Ecosyste.ms: Awesome
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: 15 days ago
JSON representation
Collection of Ansible Playbooks used to manage servers
- Host: GitHub
- URL: https://github.com/mozzo1000/playbooks
- Owner: Mozzo1000
- Created: 2024-10-20T16:11:25.000Z (27 days ago)
- Default Branch: main
- Last Pushed: 2024-10-20T16:28:35.000Z (27 days ago)
- Last Synced: 2024-11-02T01:06:07.412Z (15 days ago)
- Topics: ansible, ansible-playbook
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.*