18 lines
417 B
INI
18 lines
417 B
INI
|
[defaults]
|
||
|
host_key_checking = False
|
||
|
inventory = ./inventory/inventory.yml
|
||
|
log_path = log/ansible.log
|
||
|
timeout = 5
|
||
|
deprecation_warnings = False
|
||
|
command_warnings = False
|
||
|
interpreter_python = auto_legacy_silent
|
||
|
|
||
|
ansible_managed = This file is managed by Ansible, all changes will be lost! PLEASE DO NOT EDIT!%n
|
||
|
template: {file}
|
||
|
date: %Y.%m.%d. %H:%M:%S
|
||
|
user: {uid}
|
||
|
host: {host}
|
||
|
|
||
|
[ssh_connection]
|
||
|
scp_if_ssh=True
|