Skip to content

Commit

Permalink
use inventory option (fixes deprecation warning) ; prevent confusing …
Browse files Browse the repository at this point in the history
…infor message (see ansible/ansible#48859)
  • Loading branch information
umeboshi2 committed Jan 25, 2019
1 parent 67d8d7a commit 13b2450
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ansible/ansible.cfg
@@ -1,9 +1,12 @@
[defaults]
hostfile = config/hosts_vagrant
inventory = config/hosts_vagrant
remote_user = vagrant
private_key_file = ./.vagrant/machines/default/virtualbox/private_key
host_key_checking = False
pipelining=True

# seriously, wtf this is supposed to work with pipelining!
allow_world_readable_tmpfiles=True

[inventory]
enable_plugins = ini

0 comments on commit 13b2450

Please sign in to comment.