munin für alle

fehler var name

munin auf docker2

inventory

Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#160
Co-Authored-By: mg <mg@noreply.git.mgrote.net>
Co-Committed-By: mg <mg@noreply.git.mgrote.net>
This commit is contained in:
Michael Grote 2021-07-17 19:57:50 +02:00
parent 23456d759b
commit 6c001f470b
5 changed files with 13 additions and 7 deletions

View File

@ -4,7 +4,7 @@
- mg
### mgrote.restic
restic_folders_to_backup: /usr/local /etc /root /home /var/lib/docker
qssrestic_cron_hours: "*/4"
restic_cron_hours: "*/4"
restic_exclude: |
._*
desktop.ini

View File

@ -12,11 +12,6 @@
repository_url: git.mgrote.net/mg/docker-miniflux
repository_user: mg
repository_user_password: "{{ lookup('keepass', 'gitea_mg_https_password', 'password') }}"
- name: munin-master
dir_name: docker-munin-master
repository_url: git.mgrote.net/mg/docker-munin-master
repository_user: mg
repository_user_password: "{{ lookup('keepass', 'gitea_mg_https_password', 'password') }}"
- name: navidrome-mg
dir_name: docker-navidrome-mg
repository_url: git.mgrote.net/mg/docker-navidrome-mg

View File

@ -0,0 +1,9 @@
---
### mgrote.docker-compose-deploy
docker_compose_base_dir: /home/mg/docker
docker_compose_projects:
- name: munin-master
dir_name: docker-munin-master
repository_url: git.mgrote.net/mg/docker-munin-master
repository_user: mg
repository_user_password: "{{ lookup('keepass', 'gitea_mg_https_password', 'password') }}"

View File

@ -27,6 +27,7 @@ all:
docker:
hosts:
docker.grote.lan:
docker2.grote.lan:
docker-test.grote.lan:
vmtest:
hosts:
@ -73,6 +74,7 @@ all:
gitea.grote.lan:
pihole2.grote.lan:
ntp-server.grote.lan:
docker2.grote.lan:
test:
hosts:
dokuwiki-test.grote.lan:

View File

@ -1,5 +1,5 @@
---
- hosts: production
- hosts: all
roles:
- { role: mgrote.munin-node,
become: true,