Re: [ansible-devel] The future of deep collection folder structures

2023-02-21 Thread Brian Coca
While we support the deep structures, we do not recommend their use, having more small more targeted collections is generally better than having one huge one. community.general itself is an exception as it was a dumping ground for all the old core plugins that could not find a home in their own col

Re: [ansible-devel] The future of deep collection folder structures

2023-02-10 Thread 'Uli Wolf' via Ansible Development
Hi Felix, Thanks for your quick reply and that is great! We actually love deep structures and are very happy to hear that they are not going away. Btw they work perfectly for playbooks as well (haven't tried it for roles though). Thanks again & best regards, Uli Felix Fontein schrieb am Freit

Re: [ansible-devel] The future of deep collection folder structures

2023-02-10 Thread 'Felix Fontein' via Ansible Development
Hi Uli, > 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/ > │ │ └──