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
- Host: GitHub
- URL: https://github.com/mozzo1000/playbooks
- Owner: Mozzo1000
- Created: 2024-10-20T16:11:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-28T16:54:31.000Z (over 1 year ago)
- Last Synced: 2025-02-13T05:29:50.801Z (over 1 year ago)
- Topics: ansible, ansible-playbook
- Homepage:
- Size: 2.93 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 --ask-become-pass -u USERNAME
use `-l GROUP` to limit to only a specific group inside the inventory.ini file.