ansibleguy.infra_apache/playbook.yml

10 lines
189 B
YAML

---
# ansible-playbook -K -D -i inventory/hosts.yml playbook.yml
- hosts: all # should be limited to web-servers
become: true
gather_facts: yes
roles:
- ansibleguy.infra_apache