Update ansible configurations
This commit is contained in:
parent
e84d6acb65
commit
5b240caaca
14
ansible/ansible-navigator.yml
Normal file
14
ansible/ansible-navigator.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
ansible-navigator:
|
||||||
|
ansible:
|
||||||
|
inventory:
|
||||||
|
entries:
|
||||||
|
- ./my_inventory/hosts
|
||||||
|
playbook:
|
||||||
|
path: ./site.yml
|
||||||
|
execution-environment:
|
||||||
|
enabled: false
|
||||||
|
logging:
|
||||||
|
file: ./ansible-navigator.log
|
||||||
|
level: info
|
||||||
|
mode: stdout
|
||||||
@ -3,7 +3,7 @@ inventory = ./my_inventory/hosts
|
|||||||
roles_path = roles
|
roles_path = roles
|
||||||
retry_files_enabled = False
|
retry_files_enabled = False
|
||||||
callbacks_enabled = timer, profile_tasks
|
callbacks_enabled = timer, profile_tasks
|
||||||
host_key_checking = True
|
host_key_checking = False
|
||||||
vault_password_file = .vault_pass
|
vault_password_file = .vault_pass
|
||||||
|
|
||||||
[ssh_connection]
|
[ssh_connection]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user