diff options
author | Petr Ospalý <p.ospaly@partner.samsung.com> | 2018-12-19 14:41:38 +0100 |
---|---|---|
committer | Petr Ospalý <p.ospaly@partner.samsung.com> | 2018-12-19 14:42:51 +0100 |
commit | ed5d539e83bef7a0d60dcfff316081953087b026 (patch) | |
tree | 2638d6617aacfa31c0492ea426fe2d8537504c84 /ansible | |
parent | b8f3d733e03045b0484acee786e3e095cc1b4d92 (diff) |
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ý <p.ospaly@partner.samsung.com>
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/ansible.cfg | 8 |
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 |