set rate-limit higher and let... #177

Merged
mg merged 13 commits from svc_user into master 2024-09-12 15:20:53 +02:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit cc11ccfe4e - Show all commits

View file

@ -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]

View file

@ -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