1
1
ansible_vagrant/ansible.cfg

18 lines
418 B
INI
Raw Permalink Normal View History

2023-06-28 17:06:08 +02:00
[defaults]
host_key_checking = False
inventory = ./inventory/inventory.yml
log_path = log/ansible.log
2023-06-29 21:23:51 +02:00
timeout = 60
2023-06-28 17:06:08 +02:00
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