Add an ansible config to enable custom roles 07/74907/1
authorPetr Ospalý <p.ospaly@partner.samsung.com>
Wed, 19 Dec 2018 13:41:38 +0000 (14:41 +0100)
committerPetr Ospalý <p.ospaly@partner.samsung.com>
Wed, 19 Dec 2018 13:42:51 +0000 (14:42 +0100)
Inside the application directory can be defined a custom
application specific role

Issue-ID: OOM-1551
Change-Id: Ic975a477fa33452f061a88c133a0e3edae747d94
Signed-off-by: Petr Ospalý <p.ospaly@partner.samsung.com>
ansible/ansible.cfg [new file with mode: 0644]

diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg
new file mode 100644 (file)
index 0000000..c2ee3ff
--- /dev/null
@@ -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