16 lines
360 B
INI
16 lines
360 B
INI
[defaults]
|
|
bin_ansible_callbacks = True
|
|
callbacks_enabled = ansible.posix.profile_tasks, ansible.posix.timer
|
|
remote_user = eryn
|
|
roles_path = roles
|
|
stdout_callback = community.general.yaml
|
|
|
|
[connection]
|
|
pipelining = true
|
|
|
|
[ssh_connection]
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=60s
|
|
|
|
[vault]
|
|
username = ansible-infrastructure-vault
|
|
keyname = default
|