josiah
7b7284c32f
all of this is required for the synology LE role to work. this is still a massive WIP commit. synology LE works, but synology webdav using that LE cert does not yet work. there appears to be some cipher mismatch issue by default.
19 lines
361 B
INI
19 lines
361 B
INI
[defaults]
|
|
inventory = inventory
|
|
pipelining = True
|
|
retry_files_enabled = False
|
|
# stdout_callback = yaml
|
|
vault_password_file=open_the_vault.sh
|
|
ansible_python_interpreter=/usr/bin/python3
|
|
|
|
[ssh_connection]
|
|
scp_if_ssh = True
|
|
retries = 1
|
|
pipelining = True
|
|
|
|
[privilege_escalation]
|
|
become = True
|
|
|
|
[inventory]
|
|
enable_plugins = host_list, script, auto, yaml, ini, toml
|