summaryrefslogtreecommitdiffstats
path: root/ansible/ansible.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/ansible.cfg')
-rw-r--r--ansible/ansible.cfg8
1 files changed, 8 insertions, 0 deletions
diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg
new file mode 100644
index 00000000..c2ee3ff3
--- /dev/null
+++ b/ansible/ansible.cfg
@@ -0,0 +1,8 @@
+[defaults]
+
+# Define any custom roles used by applications installed by installer
+# this parameter is telling ansible what additional folder it should
+# browse while looking up for roles code
+# relative path ./application is mapped into ansible container under
+# /ansible/application where application roles should be found
+roles_path = /ansible/application