Files
Ansible-Minecraft-Server/ansible.cfg
hcornet 7ce8cf1662
Some checks failed
Ansible Minecraft Server CI/CD / lint (push) Failing after 12s
Ansible Minecraft Server CI/CD / test (push) Has been skipped
Ansible Minecraft Server CI/CD / deploy (push) Has been skipped
change
2025-08-27 13:15:16 +02:00

21 lines
644 B
INI

[defaults]
host_key_checking = False
inventory = ./inventories/production/hosts.yml
remote_user = ansible
roles_path = ./roles
collections_path = ./collections
retry_files_enabled = False
gathering = smart
fact_caching = jsonfile
fact_caching_connection = /tmp/ansible_facts
fact_caching_timeout = 86400
stdout_callback = yaml
deprecation_warnings = False
command_warnings = False
ansible_managed = Ansible managed: {file} modified on %Y-%m-%d %H:%M:%S by {uid} on {host}
interpreter_python = /usr/bin/python3
[ssh_connection]
pipelining = True
control_path = /tmp/ansible-ssh-%%h-%%p-%%r
ssh_args = -o ControlMaster=auto -o ControlPersist=60s