dd
This commit is contained in:
parent
8502e76846
commit
f91ea238d0
2 changed files with 7 additions and 1 deletions
|
@ -30,7 +30,7 @@ munin_hosts:
|
||||||
- name: "{{ ansible_fqdn }}"
|
- name: "{{ ansible_fqdn }}"
|
||||||
address: "127.0.0.1"
|
address: "127.0.0.1"
|
||||||
extra: ["use_node_name yes"]
|
extra: ["use_node_name yes"]
|
||||||
|
|
||||||
munin_mail_user: user
|
munin_mail_user: user
|
||||||
munin_mail_pass: geheim
|
munin_mail_pass: geheim
|
||||||
munin_mail_server: mail.server.com
|
munin_mail_server: mail.server.com
|
||||||
|
|
|
@ -27,6 +27,9 @@
|
||||||
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
|
||||||
|
mode: '0644'
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
notify: "restart apache2"
|
notify: "restart apache2"
|
||||||
|
|
||||||
- name: Enable fgcid
|
- name: Enable fgcid
|
||||||
|
@ -77,4 +80,7 @@
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: ssmtp.conf
|
src: ssmtp.conf
|
||||||
dest: /etc/ssmtp/ssmtp.conf
|
dest: /etc/ssmtp/ssmtp.conf
|
||||||
|
mode: '0644'
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue