summaryrefslogtreecommitdiffstats
path: root/ansible.cfg
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2014-07-06 19:10:59 +0200
committerGuilhem Moulin <guilhem@fripost.org>2015-06-07 02:52:31 +0200
commitf877db8c189fc0a0c43aa5df9303ad34cceb774e (patch)
treea472854d639de03d7338e2c00dd761a89a3fd382 /ansible.cfg
parenta427a868d388513da7b5386ba36f1898d7048dd0 (diff)
Move ansible modules to another directory.
Diffstat (limited to 'ansible.cfg')
-rw-r--r--ansible.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible.cfg b/ansible.cfg
index 82de41a..10b8f7f 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -1,33 +1,33 @@
# config file for ansible -- http://ansible.github.com
# nearly all parameters can be overridden in ansible-playbook or with command line flags
# ansible will read ~/.ansible.cfg or /etc/ansible/ansible.cfg, whichever it finds first
[defaults]
# location of inventory file, eliminates need to specify -i
#hostfile = ./stage_vms
# location of ansible library, eliminates need to specify --module-path
-library = ./lib/:/usr/share/ansible/
+library = ./lib/modules:/usr/share/ansible
# default module name used in /usr/bin/ansible when -m is not specified
module_name = command
# home directory where temp files are stored on remote systems. Should
# almost always contain $HOME or be a directory writeable by all users
remote_tmp = $HOME/.ansible/tmp
# the default pattern for ansible-playbooks ("hosts:")
pattern = *
# the default number of forks (parallelism) to be used. Usually you
# can crank this up.
forks = 5
# the timeout used by various connection types. Usually this corresponds