ff
This commit is contained in:
parent
bf4b60af0b
commit
fb35c05dd2
2 changed files with 10 additions and 0 deletions
9
roles/mgrote_munin_server/handlers.yml/main.yml
Normal file
9
roles/mgrote_munin_server/handlers.yml/main.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
- name: restart apache2
|
||||||
|
become: true
|
||||||
|
ansible.builtin.systemd:
|
||||||
|
name: apache2
|
||||||
|
enabled: true
|
||||||
|
masked: false
|
||||||
|
state: restarted
|
||||||
|
...
|
|
@ -18,6 +18,7 @@
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: apache.conf
|
src: apache.conf
|
||||||
dest: /etc/apache2/sites-available/000-default.conf
|
dest: /etc/apache2/sites-available/000-default.conf
|
||||||
|
notify: restart apache2
|
||||||
|
|
||||||
- name: Enable fgcid
|
- name: Enable fgcid
|
||||||
community.general.apache2_module:
|
community.general.apache2_module:
|
||||||
|
|
Loading…
Reference in a new issue