lab-ansible/ansible.cfg

8 lines
164 B
INI

[defaults]
ask_vault_pass = True
inventory = inventory.ini
interpreter_python = /usr/bin/python3
remote_user = ansible
use_persistent_connections = True
forks = 10