1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 20:22:08 +00:00

Update 3-base-server & 4-server-options

This commit is contained in:
root 2020-02-12 03:38:04 -05:00
parent 5247b7f00c
commit 1779f9db40
2 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@
#when: web_support_install | bool
when: apache_install or nginx_install
- name: APACHE
- name: HTTPD (Apache)
include_role:
name: httpd
when: apache_install | bool
@ -24,7 +24,7 @@
name: nginx
when: nginx_install | bool
- name: dnsmasq (install now, configure LATER in 'network')
- name: dnsmasq (install now, configure LATER in 'network', after Stage 9)
include_tasks: roles/network/tasks/dnsmasq.yml
when: dnsmasq_install | bool

View file

@ -48,7 +48,7 @@
- name: Give {{ apache_user }} (per variable apache_user) permission to poweroff, installing /etc/sudoers.d/020_apache_poweroff from template
template:
src: 020_apache_poweroff.j2
src: roles/web_support/templates/020_apache_poweroff.j2
dest: /etc/sudoers.d/020_apache_poweroff
mode: '0755'
when: apache_allow_sudo | bool