munin_server: Rename role
This commit is contained in:
parent
90bea1b4e6
commit
fad5450c75
8 changed files with 1 additions and 1 deletions
5
roles/munin_server/templates/hosts.conf.j2
Normal file
5
roles/munin_server/templates/hosts.conf.j2
Normal file
|
@ -0,0 +1,5 @@
|
|||
{% for host in groups["all"] %}
|
||||
[{{ host }}]
|
||||
address {{ host }}
|
||||
use_node_name yes
|
||||
{% endfor %}
|
5
roles/munin_server/templates/tls.conf.j2
Normal file
5
roles/munin_server/templates/tls.conf.j2
Normal file
|
@ -0,0 +1,5 @@
|
|||
tls paranoid
|
||||
tls_verify_certificate yes
|
||||
tls_private_key {{ tls_private }}/{{ inventory_hostname }}.key
|
||||
tls_certificate {{ tls_certs }}/{{ inventory_hostname }}.crt
|
||||
tls_ca_certificate {{ tls_certs }}/ca.crt
|
Loading…
Add table
Add a link
Reference in a new issue