Re: [ansible-devel] Re: organizing playbooks

2021-09-27 Thread nitesh jindal
Hi Matz This should not have any issue, if you specify respective paths in config file. We have playbooks, roles, global vars directories at the same level for few projects and there, roles path is managed by ansible.cfg file. Hope I understood your question correctly and the answer makes sense a

[ansible-devel] New release beta: ansible-core 2.12.0b1

2021-09-27 Thread Matt Martz
Hi all- we're happy to announce the beta release of: - ansible-core 2.12.0b1 How to get it - $ pip install ansible-core==2.12.0b1 --user The tar.gz of the release can be found here: * ansible-core 2.12.0b1 https://pypi.python.org/packages/source/a/ansible-core/ansible-core-2.12.0

[ansible-devel] Re: organizing playbooks

2021-09-27 Thread Guy Matz
oops. scratch poopy.yml from the top-level On Mon, Sep 27, 2021 at 9:18 AM Guy Matz wrote: > I posted the question below to the general ansible mailing list and no one > got back to me! Very unlike the Ansible group . . . > > So my question to the development group is: why can't we have a play

[ansible-devel] Fwd: organizing playbooks

2021-09-27 Thread Guy Matz
I posted the question below to the general ansible mailing list and no one got back to me! Very unlike the Ansible group . . . So my question to the development group is: why can't we have a playbooks directory at the same level as inventory, group_vars, role, etc? e.g.: ├── group_vars │ ├── a