Hi all
I’m just starting out with Ansible and reading through the docs.
I’m doing a template project as I go along.
https://github.com/deonbredenhann/ansible_template
So now I need a playbook directory with my top level playbooks and underneath that the common directories with playbooks the can be included in the top level ones.
My question is, how do you solve the user problem. Users a, b, c, d can be created on the file servers. a and b can be created on the gateway.
So I want to define all users only once and then included the list of users per server or group.
I hope this all makes sense. I can’t find any nice user recipes on the net that deals with users with different roles.
Thanks
Deon