Aufbau LibreNMS (#316)
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#316 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
This commit is contained in:
parent
ebd826bfcd
commit
7dcb3553c4
1 changed files with 7 additions and 0 deletions
|
@ -35,6 +35,13 @@
|
|||
repository_user_password: "{{ lookup('keepass', 'gitea_mg_https_password', 'password') }}"
|
||||
state: present
|
||||
os_username: mg
|
||||
- name: librenms
|
||||
dir_name: docker-librenms
|
||||
repository_url: git.mgrote.net/mg/docker-librenms
|
||||
repository_user: mg
|
||||
repository_user_password: "{{ lookup('keepass', 'gitea_mg_https_password', 'password') }}"
|
||||
state: present
|
||||
os_username: mg
|
||||
### geerlingguy.munin-node
|
||||
munin_node_allowed_cidrs: [0.0.0.0/0] # weil der munin-server aus einem anderen subnet zugreift
|
||||
munin_node_allowed_ips: # weil der munin-server aus einem anderen subnet zugreift
|
||||
|
|
Loading…
Reference in a new issue