lab-ansible/ansible.cfg
2023-12-25 00:58:55 +01:00

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