An open API service indexing awesome lists of open source software.

https://github.com/mozzo1000/playbooks

Collection of Ansible Playbooks used to manage servers
https://github.com/mozzo1000/playbooks

ansible ansible-playbook

Last synced: over 1 year ago
JSON representation

Collection of Ansible Playbooks used to manage servers

Awesome Lists containing this project

README

          

# playbooks
Collection of Ansible Playbooks that I use to manage my servers.

# Update servers
ansible-playbook -i inventory.ini update.yml --ask-become-pass -u USERNAME

use `-l GROUP` to limit to only a specific group inside the inventory.ini file.