mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
add APACHE dependency
This commit is contained in:
parent
afb8a3b158
commit
028a04a627
1 changed files with 8 additions and 0 deletions
|
@ -17,6 +17,14 @@
|
||||||
msg: "PBX install cannot proceed, as it currently requires Node.js 10.x, whereas nodejs_version is set to {{ nodejs_version }}. Please check the value of nodejs_version in /opt/iiab/iiab/vars/default_vars.yml, /etc/iiab/local_vars.yml, /opt/iiab/iiab/roles/nodejs, etc."
|
msg: "PBX install cannot proceed, as it currently requires Node.js 10.x, whereas nodejs_version is set to {{ nodejs_version }}. Please check the value of nodejs_version in /opt/iiab/iiab/vars/default_vars.yml, /etc/iiab/local_vars.yml, /opt/iiab/iiab/roles/nodejs, etc."
|
||||||
when: nodejs_version != "12.x"
|
when: nodejs_version != "12.x"
|
||||||
|
|
||||||
|
- 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: TODO: Check if asterisk and freepbx are already installed
|
#- name: TODO: Check if asterisk and freepbx are already installed
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue