Petr Ospalý | ed5d539 | 2018-12-19 14:41:38 +0100 | [diff] [blame] | 1 | [defaults] |
Petr Ospalý | ed5d539 | 2018-12-19 14:41:38 +0100 | [diff] [blame] | 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 |
Jan Benedikt | 255d066 | 2020-02-17 09:26:54 +0100 | [diff] [blame] | 8 | # Set log file |
Petr Ospalý | 5b197fb | 2019-01-15 10:49:30 +0100 | [diff] [blame] | 9 | log_path = /ansible/log/ansible.log |