forked from Netz39_Admin/netz39-infra-ansible
Make Apache install a role
This commit is contained in:
parent
b4e8fc18d7
commit
f9e216355c
2 changed files with 1 additions and 3 deletions
4
main.yml
4
main.yml
|
@ -47,6 +47,7 @@
|
|||
|
||||
roles:
|
||||
- role: install-docker
|
||||
- role: apache
|
||||
|
||||
tasks:
|
||||
- name: Setup docker network
|
||||
|
@ -58,9 +59,6 @@
|
|||
gateway: 192.168.0.1
|
||||
state: present
|
||||
|
||||
- name: Setup httpd
|
||||
include_tasks: tasks/httpd.yml
|
||||
|
||||
- name: Setup forward site reservierung.netz39.de
|
||||
include_role:
|
||||
name: setup-http-site-forward
|
||||
|
|
Loading…
Reference in a new issue