Make Apache install a role

This commit is contained in:
Stefan Haun 2020-12-09 19:30:51 +01:00
parent b4e8fc18d7
commit f9e216355c
2 changed files with 1 additions and 3 deletions

View file

@ -47,6 +47,7 @@
roles: roles:
- role: install-docker - role: install-docker
- role: apache
tasks: tasks:
- name: Setup docker network - name: Setup docker network
@ -58,9 +59,6 @@
gateway: 192.168.0.1 gateway: 192.168.0.1
state: present state: present
- name: Setup httpd
include_tasks: tasks/httpd.yml
- name: Setup forward site reservierung.netz39.de - name: Setup forward site reservierung.netz39.de
include_role: include_role:
name: setup-http-site-forward name: setup-http-site-forward