Variablen für ssh-management
This commit is contained in:
parent
db6f5ac31a
commit
a295c3f704
3 changed files with 110 additions and 0 deletions
9
inventory/demo/group_vars/all.yml
Normal file
9
inventory/demo/group_vars/all.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
|
||||
# Die Automatisierung soll mit dem User "ansible" erfolgen
|
||||
automation_user: ansible
|
||||
|
||||
# Für die Anmeldung wird ein oder mehrere Keys hinterlegt
|
||||
automation_keys:
|
||||
- "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMj6DlLhdnhknWeC4Zz48P7pzTH6JNFUTcOaxm/8V9fa fager@t530fedo"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue