1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

Top of freepbx.yml: Try "systemctl disable asterisk"

This commit is contained in:
A Holt 2021-08-12 15:13:52 -04:00 committed by GitHub
parent eb0b687277
commit d1b27661a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,13 +8,14 @@
# 2021-08-05: Asterisk's systemd / systemctl support is getting there but Very
# Imperfect (even when compiled in, as a result of package 'libsystemd-dev' at
# top of asterisk.tml).
# 2021-08-12: Let's track the "official" init.d / update-rc.d instructions...
- name: FreePBX - Disable & Stop 'asterisk' systemd service, giving FreePBX full control during boot - similar to officially recommended 'update-rc.d -f asterisk remove' at: https://wiki.freepbx.org/display/FOP/Installing+FreePBX+16+on+Debian+10.9
# 2021-08-12: Let's try to track the "official" init.d / update-rc.d
# instructions, but using systemd instead, to be more future-proof?
- name: FreePBX - Disable 'asterisk' systemd service, giving FreePBX full control during boot - similar to officially recommended 'update-rc.d -f asterisk remove' at: https://wiki.freepbx.org/display/FOP/Installing+FreePBX+16+on+Debian+10.9
systemd:
daemon_reload: yes
name: asterisk
#state: stopped
enabled: no
state: stopped
- name: FreePBX - Install wget, git, unixodbc, sudo, net-tools, cron, sox + ~12 PHP dependencies (run 'php -m' or 'php -i' to verify PHP modules)