Skip to content

Commit

Permalink
Update ansible.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks committed Oct 4, 2023
1 parent 640ea09 commit 950e931
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ host_key_checking = False
timeout = 60
deprecation_warnings = False
display_skipped_hosts = False
localhost_warning = False

[ssh_connection]
pipelining = True
Expand All @@ -15,4 +16,5 @@ retries = 3
connect_timeout = 60
command_timeout = 30

#https://github.com/ansible/ansible/blob/stable-2.9/examples/ansible.cfg
# https://github.com/ansible/ansible/blob/stable-2.11/examples/ansible.cfg
# https://docs.ansible.com/ansible/latest/reference_appendices/config.html

0 comments on commit 950e931

Please sign in to comment.