Bugfix: User ssh-key Verteilung (#152)
Bugfix: User ssh-key Verteilung Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#152 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
This commit is contained in:
parent
00d45d3052
commit
89179b4ec8
2 changed files with 4 additions and 0 deletions
|
@ -147,6 +147,7 @@
|
|||
- physical
|
||||
- gitea
|
||||
- laptop
|
||||
- vmtest
|
||||
- username: munin
|
||||
password: "{{ lookup('keepass', 'munin_linux_password_hash', 'password') }}"
|
||||
update_password: always
|
||||
|
|
|
@ -28,6 +28,9 @@ all:
|
|||
hosts:
|
||||
docker.grote.lan:
|
||||
docker-test.grote.lan:
|
||||
vmtest:
|
||||
hosts:
|
||||
vm-test2.grote.lan:
|
||||
proxmox:
|
||||
hosts:
|
||||
pve2-test.grote.lan:
|
||||
|
|
Loading…
Reference in a new issue