ansibleguy.infra_apache/playbook.yml

11 lines
198 B
YAML

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