Merge "[GENERAL] Add Andreas Geissler as committer."
[oom/offline-installer.git] / ansible / ansible.cfg
1 [defaults]
2 # Define any custom roles used by applications installed by installer
3 # this parameter is telling ansible what additional folder it should
4 # browse while looking up for roles code
5 # relative path ./application is mapped into ansible container under
6 # /ansible/application where application roles should be found
7 roles_path = /ansible/application
8 # Set log file
9 log_path = /ansible/log/ansible.log