1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Install Apache on demand, for TK: ./runrole elgg|lokole|moodle|nodered

This commit is contained in:
root 2020-05-16 17:51:56 -04:00
parent e62621e2e0
commit 223c92f5c5
13 changed files with 59 additions and 51 deletions

View file

@ -1,3 +1,13 @@
- name: "Set 'apache_install: True' and 'apache_enabled: True'"
set_fact:
apache_install: True
apache_enabled: True
- name: APACHE - run 'httpd' role
include_role:
name: httpd
- name: "Set 'postgresql_install: True' and 'postgresql_enabled: True'"
set_fact:
postgresql_install: True