extract mumble and acme roles into separate repos
This commit is contained in:
17
ansible.cfg
Normal file
17
ansible.cfg
Normal file
@@ -0,0 +1,17 @@
|
||||
[defaults]
|
||||
vault_identity=62a40f49-7deb-45e3-8c17-639277033357
|
||||
vault_password_file=scripts/gopass-client.py
|
||||
host_key_checking = False
|
||||
inventory = inventories/hosts.ini
|
||||
roles_path = ~/.ansible/roles:./roles:/usr/share/ansible/roles:/etc/ansible/roles
|
||||
|
||||
[gopass]
|
||||
key_path=ansible
|
||||
|
||||
[ssh_connection]
|
||||
ssh_args = -C -o ControlMaster=auto -o ControlPersist=60s -o UserKnownHostsFile=/dev/null
|
||||
pipelining = True
|
||||
scp_if_ssh = True
|
||||
|
||||
[persistent_connection]
|
||||
connect_timeout = 300
|
||||
Reference in New Issue
Block a user