This website works better with JavaScript.
Home
Help
Sign In
fws
/
ansible-roles
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Update to 2020-04-15
master
Daniel Berteaud
10 months ago
parent
460a3fc863
commit
0395c5e65d
1 changed files
with
14 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+14
-0
ansible.cfg
+ 14
- 0
ansible.cfg
View File
@ -0,0 +1,14 @@
[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
[privilege_escalation]
become
=
True
[ssh_connection]
ssh_args
=
-F ssh/config
control_path
=
/tmp/ans-ssh-%%C
pipelining
=
True
Write
Preview
Loading…
Cancel
Save