dd
Some checks failed
ansible-lint / ansible-lint (pull_request) Failing after 3s
gitleaks / gitleaks (pull_request) Successful in 3s

This commit is contained in:
Michael Grote 2024-09-12 14:32:26 +02:00
parent 3c816b27fe
commit cc11ccfe4e
2 changed files with 4 additions and 0 deletions

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