set rate-limit higher and let... #177
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
|
||||
|
||||
### 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_port: "4949"
|
||||
munin_node_allowed_cidrs: [192.168.2.0/24]
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
url: "{{ item.src }}"
|
||||
dest: "{{ munin_plugin_src_path }}{{ item.name }}"
|
||||
mode: '0755'
|
||||
url_username: "{{ munin_node_plugins_repo_user | default ()}}"
|
||||
url_password: "{{ munin_node_plugins_repo_user_pass | default ()}}"
|
||||
loop: "{{ munin_node_plugins }}"
|
||||
notify: restart munin-node
|
||||
#no_log: true TODO
|
||||
|
|
Loading…
Reference in a new issue