Im very new to Ansible and I’m planning to use it to manage a number of windows servers.
I have setup Ansible using Debian and I have created a few test playbooks but where is the best place to store shared playbooks and inventory on the file system so all my server admins can run them but not edit them?
Im very new to linux so unsure about best practices for storing files on the file system.
Hello Alex,
I think you should give AWX a shot, since seems to fit to your user case: https://github.com/ansible/awx
You can install it on a server, and then segregate user permissions there, playbook versioning through SCM, etc.
Redhat has also a paid version, but is basically the same thing.
Thanks,
Elio
Thanks for getting back to me. We definitely plan to look at AWX or Tower, as you said it looks like what I’m after in the long run.
I just wanted to get the guys writing and using playbooks to give us a head start.