Update ansible configurations

This commit is contained in:
Sho Ishida 2026-07-15 07:45:25 +00:00
parent e84d6acb65
commit 5b240caaca
2 changed files with 15 additions and 1 deletions

View 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

View File

@ -3,7 +3,7 @@ inventory = ./my_inventory/hosts
roles_path = roles
retry_files_enabled = False
callbacks_enabled = timer, profile_tasks
host_key_checking = True
host_key_checking = False
vault_password_file = .vault_pass
[ssh_connection]