v0.1 done: docker webhosts, smtp gateway
This commit is contained in:
15
roles/webgateway/tasks/apache.yaml
Normal file
15
roles/webgateway/tasks/apache.yaml
Normal 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
|
Reference in New Issue
Block a user