diff options
author | Simon Hrabos <s.hrabos@partner.samsung.com> | 2018-12-19 14:12:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-12-19 14:12:08 +0000 |
commit | cf4662b2f6c027163818339a715e99b5066ece3a (patch) | |
tree | 21c549f28bf6870e40d7ea412fb84e76f5c7789d /ansible | |
parent | fb55c93deccb5e59d1030dab5be61673cd5711f1 (diff) | |
parent | ed5d539e83bef7a0d60dcfff316081953087b026 (diff) |
Merge "Add an ansible config to enable custom roles"
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 |