ansible/ansible.cfg

11 lines
299 B
INI
Raw Normal View History

2018-06-04 13:21:22 +02:00
[defaults]
ansible_managed = This file is managed by ansible, do not make manual changes - they may be overridden at any time.
inventory = ./hosts
nocows = 1
remote_user = root
roles_path = ./roles
vault_password_file = ./.vault_pass
[ssh_connection]
pipelining = true