summaryrefslogtreecommitdiffstats
path: root/ansible.cfg
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2013-11-26 00:28:42 +0100
committerGuilhem Moulin <guilhem@fripost.org>2015-06-07 02:50:50 +0200
commit1157330f0e015b34a8013e106a4adb42c5b1979a (patch)
tree7942339b1cf65e4adba63270f62500f047df1460 /ansible.cfg
parent0303e1e30c7746fee9c27180a9fb0a0065b14213 (diff)
Common MySQL configuration.
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 b94c4c2..524103e 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 = /usr/share/ansible/:./lib
+library = ./lib/:/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