Add group_vars path, ssh connection settings, and ignore vault_pass/logs

This commit is contained in:
DerLinkman
2026-07-18 00:07:11 +02:00
parent ffc1a6a8a5
commit 0ebde24d90
2 changed files with 7 additions and 1 deletions
+2
View File
@@ -1,3 +1,5 @@
hosts
proxmox.*
.vscode
.vault_pass
logs
+5 -1
View File
@@ -1,3 +1,7 @@
[defaults]
host_key_checking = False
roles_path = ./roles:/etc/ansible/roles
roles_path = ./roles:/etc/ansible/roles
group_vars = ./group_vars
[ssh_connection]
ssh_args = -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null