# Ansible configuration [defaults] # Do not create .retry files retry_files_enabled = False # Use inventory inventory = ./hosts # roles location roles_path = ./roles # Custom header in templates ansible_managed = Ansible managed # Do not use cows (with cowsay) nocows = 1 # Do more parallelism forks = 15 # Some SSH connection will take time timeout = 60 vault_password_file: vault-client.sh vault_identity = default [privilege_escalation] # Use sudo to get priviledge access become = True #become_ask_pass = True [diff] # TO know what changed always = yes [ssh_connection] pipelining = True