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