summaryrefslogtreecommitdiffstats
path: root/ansible/ansible.cfg
blob: b92f885fbbe2cf3bab0d83ac65ad3586ed489ed7 (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
# Set log file
log_path = /ansible/log/ansible.log