Re: [ansible-project] Ansible Organization - When to split out projects

2021-01-28 Thread John Petro
Interesting... I hadn't thought about the versioning thing. Most of the stuff we are doing, is either package installs, or basic server administrative operational type tasks. We are just getting started using ansible ( I have been using it for my fleet of Pi's for about 2 ish years now ), so I

Re: [ansible-project] Ansible Organization - When to split out projects

2021-01-28 Thread William McKenzie
One repo per role is the general advice, but it does depend a bit. We built a body of over 200 roles at my last job, and over time we found that managing a 'package' of know good versions got very unwieldy, and people had trouble managing their requirements.yml. Our first solution was to build

Re: [ansible-project] Ansible Organization - When to split out projects

2021-01-26 Thread John Petro
Thanks!! There's definitely a lot to think about here for sure. I appreciate the information!! --John On Mon, Jan 25, 2021 at 5:19 PM Jean-Yves LENHOF wrote: > > Le 25/01/2021 à 16:03, John Petro a écrit : > > Good morning, > >I am working on setting up an ansible repository, for work.

Re: [ansible-project] Ansible Organization - When to split out projects

2021-01-25 Thread Jean-Yves LENHOF
Le 25/01/2021 à 16:03, John Petro a écrit : Good morning,    I am working on setting up an ansible repository, for work.  We are going to be using AWX eventually ( sooner rather than later ).  What I am wondering, is how people decided to split up their ansible project directories. My first

[ansible-project] Ansible Organization - When to split out projects

2021-01-25 Thread John Petro
Good morning, I am working on setting up an ansible repository, for work. We are going to be using AWX eventually ( sooner rather than later ). What I am wondering, is how people decided to split up their ansible project directories. My first thought was to just have a single project with all