From: Petr OspalĂ˝ Date: Wed, 19 Dec 2018 13:41:38 +0000 (+0100) Subject: Add an ansible config to enable custom roles X-Git-Tag: 6.0.0-ONAP~379^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=ed5d539e83bef7a0d60dcfff316081953087b026;p=oom%2Foffline-installer.git Add an ansible config to enable custom roles Inside the application directory can be defined a custom application specific role Issue-ID: OOM-1551 Change-Id: Ic975a477fa33452f061a88c133a0e3edae747d94 Signed-off-by: Petr OspalĂ˝ --- 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