Add group_vars path, ssh connection settings, and ignore vault_pass/logs
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
hosts
|
hosts
|
||||||
proxmox.*
|
proxmox.*
|
||||||
.vscode
|
.vscode
|
||||||
|
.vault_pass
|
||||||
|
logs
|
||||||
+5
-1
@@ -1,3 +1,7 @@
|
|||||||
[defaults]
|
[defaults]
|
||||||
host_key_checking = False
|
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
|
||||||
Reference in New Issue
Block a user