Set ask_vault_pass in ansible.cfg

This commit is contained in:
jeltz 2022-05-22 18:56:55 +02:00
parent c291e836a9
commit 765d24685e
Signed by: jeltz
GPG key ID: 800882B66C0C3326

View file

@ -1,33 +1,15 @@
# Ansible configuration
[defaults]
# Explicitly redefine some defaults to make subfolder execution work
ask_vault_pass = True
roles_path = ./roles
# Do not create .retry files
retry_files_enabled = False
# Use inventory
inventory = ./hosts
# Custom header in templates
ansible_managed = Ansible managed, modified on %Y-%m-%d %H:%M:%S
# Do not use cows (with cowsay)
nocows = 1
# Do more parallelism
forks = 15
# Some SSH connection will take time
timeout = 60
remote_user = root
[diff]
# TO know what changed
always = yes
[ssh_connection]