mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
nginx - disable apache from starting on boot if present
Or there might be a race for port 80 on reboot
This commit is contained in:
parent
eaf3a80d86
commit
fbf714154f
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
systemd:
|
||||
name: "{{ apache_service }}" # apache2 or httpd, per /opt/iiab/iiab/vars/<OS>.yml
|
||||
state: stopped
|
||||
enabled: no
|
||||
ignore_errors: yes
|
||||
# 'when: apache_installed is defined' insuff b/c mysql's php (etc) can install apache2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue