Skip to content

Commit

Permalink
Added ansible.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikael Sandström committed Apr 20, 2017
1 parent 63967ac commit 40b0e06
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions ansible.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[defaults]

inventory = /etc/ansible/hosts
remote_tmp = /tmp
pattern = *
forks = 5
poll_interval = 15
sudo_user = root
transport = smart
module_lang = C
stdout_callback = skippy
host_key_checking = False
ansible_managed = Ansible managed: {file} modified on %Y-%m-%d %H:%M:%S
deprecation_warnings = False

0 comments on commit 40b0e06

Please sign in to comment.