ff
This commit is contained in:
parent
af75248af6
commit
faec2d72c8
1 changed files with 5 additions and 2 deletions
|
@ -52,11 +52,14 @@
|
||||||
group: root
|
group: root
|
||||||
notify: "restart apache2"
|
notify: "restart apache2"
|
||||||
|
|
||||||
- name: "apache2: enable fgcid"
|
- name: "apache2: enable modules"
|
||||||
community.general.apache2_module:
|
community.general.apache2_module:
|
||||||
state: present
|
state: present
|
||||||
name: fcgid
|
name: "{{ item }}"
|
||||||
notify: "restart apache2"
|
notify: "restart apache2"
|
||||||
|
loop:
|
||||||
|
- fcgid
|
||||||
|
- rewrite
|
||||||
|
|
||||||
- name: Template munin-server plugins
|
- name: Template munin-server plugins
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
|
|
Loading…
Reference in a new issue