self-hosting/install-apache.yml

7 lines
114 B
YAML

---
- name: "Install apache"
hosts: tunuifranken.info
gather_facts: no
roles:
- role: "apache-install"