dd
This commit is contained in:
parent
5dbfa7c651
commit
5efacae1b7
1 changed files with 0 additions and 3 deletions
|
@ -24,7 +24,6 @@
|
||||||
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
|
||||||
# validate: "apachectl -S -f %s"
|
|
||||||
notify: "restart apache2"
|
notify: "restart apache2"
|
||||||
|
|
||||||
- name: Enable fgcid
|
- name: Enable fgcid
|
||||||
|
@ -32,8 +31,6 @@
|
||||||
state: present
|
state: present
|
||||||
name: fcgid
|
name: fcgid
|
||||||
|
|
||||||
# (chfn -f 'munin' root) ??? TODO
|
|
||||||
|
|
||||||
- name: Template munin-server plugins
|
- name: Template munin-server plugins
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: "{{ item }}"
|
src: "{{ item }}"
|
||||||
|
|
Loading…
Reference in a new issue