UpdateServersPlaybook/site.yml
2024-07-12 14:15:19 -04:00

7 lines
101 B
YAML

- name: Run updates on servers
hosts: all
gather_facts: no
roles:
- common
# - security