Add install-apache playbook

This commit is contained in:
flyingscorpio@arch-desktop 2021-10-31 15:47:00 +01:00
parent 8a97caa5e8
commit d466aa6736

6
install-apache.yml Normal file
View file

@ -0,0 +1,6 @@
---
- name: "Install apache"
hosts: tunuifranken.info
roles:
- role: "apache-install"