20 lines
553 B
INI
20 lines
553 B
INI
[defaults]
|
|
inventory = inventory.yml
|
|
# ToDo: Wenn ACN genutzt wird, muss der ssh Key hier angegeben werden
|
|
# private_key_file = /root/.ssh/id_rsa_sc_admin
|
|
remote_user = root
|
|
ansible_ssh_common_args = '-o StrictHostKeyChecking=no'
|
|
host_key_checking = False
|
|
gathering = smart
|
|
fact_caching = jsonfile
|
|
fact_caching_connection = .facts
|
|
fact_caching_timeout = 0
|
|
stdout_callback = yaml
|
|
ansible_python_interpreter = '/usr/bin/python3'
|
|
|
|
[inventory]
|
|
enable_plugins=host_list, script, auto, yaml, ini, toml, kubernetes.core.k8s
|
|
|
|
[ssh_connection]
|
|
scp_if_ssh = True
|