mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-03 23:26:58 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
15
ansible.cfg
Normal file
15
ansible.cfg
Normal file
@@ -0,0 +1,15 @@
|
||||
[defaults]
|
||||
remote_user = ansible
|
||||
private_key_file = ssh/id_rsa
|
||||
ansible_managed = Managed by ansible, manual modifications will be lost
|
||||
ask_vault_pass = True
|
||||
remote_tmp = /tmp/.ansible-${USER}/tmp
|
||||
timeout = 30
|
||||
|
||||
[privilege_escalation]
|
||||
become=True
|
||||
|
||||
[ssh_connection]
|
||||
ssh_args = -F ssh/config
|
||||
control_path = /tmp/ans-ssh-%%C
|
||||
pipelining = True
|
Reference in New Issue
Block a user