summaryrefslogtreecommitdiffstats
path: root/ansible/ansible.cfg
blob: 0978b814dbef6ae32b6c5fb1415dd3a91e3888dd (plain)
1
2
3
4
5
6
7
8
9
[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
log_path = /ansible/log/ansible.log