Skip to content

Commit

Permalink
only gather facts when explicitly requested
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten committed Nov 17, 2024
1 parent 6c7f203 commit 1be7c2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible/ansible.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[defaults]
host_key_checking = False
callbacks_enabled = timer, profile_tasks, profile_roles
gathering = 'explicit'

[ssh_connection]
ssh_args = '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o CheckHostIP=no'

0 comments on commit 1be7c2b

Please sign in to comment.