[ansible-project] Re: Playbooks In Subdirectories #12862

2018-02-26 Thread Percy Grunwald
Hi Varun, What are you implying? On Monday, 26 February 2018 19:08:27 UTC+8, Varun Chopra wrote: > > > I feel like most people run their Ansible scripts from the Ansible root > directory and mentally treat that as the directory that Ansible should be > searching for vars/roles/inventory/etc,

[ansible-project] Re: Playbooks In Subdirectories #12862

2018-02-26 Thread Varun Chopra
> I feel like most people run their Ansible scripts from the Ansible root directory and mentally treat that as the directory that Ansible should be searching for vars/roles/inventory/etc, _especially_ since the `ansible.cfg` is located there. Your last two years must've been bloody awful. On

[ansible-project] Re: Playbooks in subdirectories

2016-03-21 Thread Max Kraszewski
Benjamin, Mike: Thanks for your replies and your advices. Now I know I need to reorganize a bit mi playboks and try to follow the Ansible best practices more closely. Thanks in advance!! Max El lunes, 21 de marzo de 2016, 12:02:18 (UTC-3), Mike Biancaniello escribió: > > I agree that it's

[ansible-project] Re: Playbooks in subdirectories

2016-03-21 Thread Mike Biancaniello
I agree that it's annoying, especially if you try to organize by includes and reusable playbooks, it's hard to tell, looking at a list of *.yml files which ones are the top-level and which are meant to be included. If you're not using roles and only using tasks, you can put your tasks in a