dd
This commit is contained in:
parent
3c816b27fe
commit
cc11ccfe4e
2 changed files with 4 additions and 0 deletions
|
@ -202,6 +202,8 @@ sanoid_templates:
|
||||||
sanoid_deb_url: http://docker10.mgrote.net:3344/sanoid_v2.2.0.deb
|
sanoid_deb_url: http://docker10.mgrote.net:3344/sanoid_v2.2.0.deb
|
||||||
|
|
||||||
### mgrote_munin_node
|
### mgrote_munin_node
|
||||||
|
munin_node_plugins_repo_user: "{{ ansible_forgejo_user }}"
|
||||||
|
munin_node_plugins_repo_user_pass: "{{ ansible_forgejo_user_pass }}"
|
||||||
munin_node_bind_host: "0.0.0.0"
|
munin_node_bind_host: "0.0.0.0"
|
||||||
munin_node_bind_port: "4949"
|
munin_node_bind_port: "4949"
|
||||||
munin_node_allowed_cidrs: [192.168.2.0/24]
|
munin_node_allowed_cidrs: [192.168.2.0/24]
|
||||||
|
|
|
@ -4,6 +4,8 @@
|
||||||
url: "{{ item.src }}"
|
url: "{{ item.src }}"
|
||||||
dest: "{{ munin_plugin_src_path }}{{ item.name }}"
|
dest: "{{ munin_plugin_src_path }}{{ item.name }}"
|
||||||
mode: '0755'
|
mode: '0755'
|
||||||
|
url_username: "{{ munin_node_plugins_repo_user | default ()}}"
|
||||||
|
url_password: "{{ munin_node_plugins_repo_user_pass | default ()}}"
|
||||||
loop: "{{ munin_node_plugins }}"
|
loop: "{{ munin_node_plugins }}"
|
||||||
notify: restart munin-node
|
notify: restart munin-node
|
||||||
#no_log: true TODO
|
#no_log: true TODO
|
||||||
|
|
Loading…
Reference in a new issue