Dear Ansible Developers,

We developed quite a number of collections which utilize the deep folder 
structure to organize the content. Example:

#################################
├── playbooks/
│   ├── db/
│   │   ├── client/
│   │   │   └── deploy_software.yml
│   │   └── server/
│   │       └── deploy_software.yml
│   └── ...
├── plugins/
│   ├── action/
│   │   ├── db/
│   │   │   └── foo.py
│   │   └── app/
│   │       └── backend/
│   │           └── api.py
│   └── ...
└── ...  
#################################

To us the benefit is the clear organization of plugins and playbooks (among 
many other nice things).

Recently many of the community collections have been reorganized (afaik by 
Felix Fontein) to have a flat structure again. On the other hand tools like 
ansible-lint have been fixed to fully support deep structures.

My questions to you is: What the the future of deep structures in 
collections?

Thanks in advance!

Best Regards,
Uli

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/4dbafa49-aa2e-4a34-97d4-3b2e1342ad4fn%40googlegroups.com.

Reply via email to