ansible-role-httpd/vars/Debian.yml
2018-10-08 19:35:14 +02:00

7 lines
102 B
YAML

---
httpd_packages:
- apache
httpd_user: www
httpd_group: "{{ httpd_user }}"
httpd_service: apache