v0.1 done: docker webhosts, smtp gateway

This commit is contained in:
2022-01-01 19:24:52 +01:00
commit 3a460cc704
28 changed files with 470 additions and 0 deletions

View File

@ -0,0 +1,15 @@
---
- name: "Install Apache via apt"
apt:
update_cache: yes
state: present
name:
- apache2
# TODO: Felmasolni a templatelt konfigokat es bekapcsolni oket
- name: Enable and restart Apache2 daemon
service:
name: apache2
state: restarted
enabled: yes