Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
put top-level ansible.cfg back
Browse files Browse the repository at this point in the history
turns out its really convenient to have this here.
  • Loading branch information
larsks committed Feb 28, 2020
1 parent 1631833 commit c6026fe
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ansible.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[defaults]
host_key_checking = false
retry_files_enabled = false
gathering = smart
command_warnings = false
stdout_callback = skippy

inventory = playbooks/inventory
fact_caching = jsonfile
fact_caching_connection = playbooks/.facts
vault_password_file = playbooks/.vault_password

0 comments on commit c6026fe

Please sign in to comment.