summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hrabos <s.hrabos@partner.samsung.com>2018-12-19 14:12:08 +0000
committerGerrit Code Review <gerrit@onap.org>2018-12-19 14:12:08 +0000
commitcf4662b2f6c027163818339a715e99b5066ece3a (patch)
tree21c549f28bf6870e40d7ea412fb84e76f5c7789d
parentfb55c93deccb5e59d1030dab5be61673cd5711f1 (diff)
parented5d539e83bef7a0d60dcfff316081953087b026 (diff)
Merge "Add an ansible config to enable custom roles"
-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