Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mozzo1000/playbooks

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

ansible ansible-playbook

Last synced: 15 days 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 -kK`

*Note: -kK will ask for password for ssh and root user.*