ansible-playbook-template/ansible.cfg

13 lines
345 B
INI
Raw Normal View History

2023-04-09 15:36:53 +02:00
[ssh_connection]
pipelining = True
2022-02-04 16:11:54 +01:00
[defaults]
2022-12-30 13:59:13 +01:00
inventory = inventories/hosts.yml
2022-02-04 16:11:54 +01:00
remote_user = root
host_key_checking = True
vault_password_file = credentials/vault_token
roles_path = ./roles
force_color = true
2022-12-30 13:59:13 +01:00
stdout_callback = yaml
2022-04-02 22:39:40 +02:00
ansible_managed = This file is managed by ansible, don't make changes here - they will be overwritten.