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
|
- physical
|
||||||
- gitea
|
- gitea
|
||||||
- laptop
|
- laptop
|
||||||
|
- vmtest
|
||||||
- username: munin
|
- username: munin
|
||||||
password: "{{ lookup('keepass', 'munin_linux_password_hash', 'password') }}"
|
password: "{{ lookup('keepass', 'munin_linux_password_hash', 'password') }}"
|
||||||
update_password: always
|
update_password: always
|
||||||
|
|
|
@ -28,6 +28,9 @@ all:
|
||||||
hosts:
|
hosts:
|
||||||
docker.grote.lan:
|
docker.grote.lan:
|
||||||
docker-test.grote.lan:
|
docker-test.grote.lan:
|
||||||
|
vmtest:
|
||||||
|
hosts:
|
||||||
|
vm-test2.grote.lan:
|
||||||
proxmox:
|
proxmox:
|
||||||
hosts:
|
hosts:
|
||||||
pve2-test.grote.lan:
|
pve2-test.grote.lan:
|
||||||
|
|
Loading…
Reference in a new issue