This website requires JavaScript.
Explore
Help
Sign In
carl
/
ansible
Watch
1
Star
0
Fork
You've already forked ansible
0
forked from
data.coop/ansible
Code
Issues
Pull requests
Releases
Wiki
Activity
301d1b7719
ansible
/
ansible.cfg
5 lines
91 B
INI
Raw
Normal View
History
Unescape
Escape
Add initial user configuration
2018-05-08 19:31:12 +00:00
[defaults]
Get rid of all docker compose files and use ansible modules to create resources.
2019-01-26 16:54:45 +00:00
remote_user
=
root
Use inventory in ansible.cfg
2021-03-04 12:52:25 +00:00
inventory
=
datacoop_hosts
ansible.cfg use persistent connections This makes ansible try to use one ssh connection for everything. This greatly reduces the number of TCP connections and authentication attempts.
2023-03-07 12:14:47 +00:00
use_persistent_connections
=
True
Reference in a new issue
Copy permalink