summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ansible.cfg2
-rw-r--r--lib/modules/mysql_user (renamed from lib/mysql_user)0
-rw-r--r--lib/modules/openldap (renamed from lib/openldap)0
-rw-r--r--lib/modules/postmap (renamed from lib/postmap)0
-rw-r--r--lib/modules/postmulti (renamed from lib/postmulti)0
5 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
diff --git a/lib/mysql_user b/lib/modules/mysql_user
index 64e1f3d..64e1f3d 100644
--- a/lib/mysql_user
+++ b/lib/modules/mysql_user
diff --git a/lib/openldap b/lib/modules/openldap
index 7293b23..7293b23 100644
--- a/lib/openldap
+++ b/lib/modules/openldap
diff --git a/lib/postmap b/lib/modules/postmap
index 7080b25..7080b25 100644
--- a/lib/postmap
+++ b/lib/modules/postmap
diff --git a/lib/postmulti b/lib/modules/postmulti
index d6ecb09..d6ecb09 100644
--- a/lib/postmulti
+++ b/lib/modules/postmulti