vars/main.yml in main_template.yml umbenannt

SSID ist jetzt eine eigene Variable.
This commit is contained in:
Olli Graf
2026-01-02 09:50:00 +01:00
parent 9b51645989
commit f85a6e0bd7
4 changed files with 55 additions and 2 deletions

12
ansible.cfg Normal file
View File

@@ -0,0 +1,12 @@
[defaults]
inventory = inventory.yml
interpreter_python = auto_silent
nocows = 1
timeout= 60
force_valid_group_names = ignore
#private_key_file = ~/.ssh/id_ed25519
private_key_file = ~/.ssh/id_rsa
forks=6
[ssh_connection]
ssh_args = -o StrictHostKeyChecking=no