📦 NEW: Added PLaybooks

This commit is contained in:
Yuri Lima
2023-09-07 14:59:52 +01:00
parent f5f99288ea
commit e8e1699485
5 changed files with 2645 additions and 0 deletions

View File

@@ -26,3 +26,9 @@ The similar command is used to update the cache on all hosts:
- ansible all -m apt -a 'upgrade=dist update_cache=yes' --become --ask-become-pass
- ansible all -m apt -a 'upgrade=yes update_cache=yes' --become --ask-become-pass
- ansible all -m apt -a 'name=nginx state=latest' --become --ask-become-pass --limit root@49.13.21.211
# Run Playbook
- ansible-playbook playbook.yml --ask-become-pass
# Check Tags in Playbook
- ansible-playbook --list-tags playbook-Name.yml