diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2018-03-23 06:51:23 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2018-03-23 06:51:23 +0100 |
commit | c163108c0c0c7b7a4f05da411e98ac0f503e31e0 (patch) | |
tree | 4934d1b2e98b0e8a94816848e44496e009e6755f /.gitmodules | |
parent | cba41110aa086553192ed5a309a6b8031812c221 (diff) | |
download | ands-c163108c0c0c7b7a4f05da411e98ac0f503e31e0.tar.gz ands-c163108c0c0c7b7a4f05da411e98ac0f503e31e0.tar.bz2 ands-c163108c0c0c7b7a4f05da411e98ac0f503e31e0.tar.xz ands-c163108c0c0c7b7a4f05da411e98ac0f503e31e0.zip |
Fix critical bug in docker provisioner, improve mysql performance, provision system users/groups to enable NFS group mapping, various minor fixes
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 1185e39..ea94509 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "anslib/openshift-ansible"] path = anslib/openshift-ansible - url = https://github.com/openshift/openshift-ansible.git + url = http://darksoft.org/git/csa/devops/ansible-patches/openshift.git [submodule "anslib/ansible-ghetto-json"] path = anslib/ansible-ghetto-json - url = https://github.com/FauxFaux/ansible-ghetto-json.git + url = http://darksoft.org/git/csa/devops/ansible-patches/ghetto-json.git [submodule "anslib/ansible-role-ntp"] path = anslib/ansible-role-ntp - url = https://github.com/geerlingguy/ansible-role-ntp.git + url = http://darksoft.org/git/csa/devops/ansible-patches/ntp.git |