![David Moreau-Simard](/assets/img/avatar_default.png)
- Add copyright headers (sorry) - Re-order tasks - Add missing wsgi required packages - Use template instead of file for default ansible.cfg - Use handler to restart apache if need be - Use command instead of shell unless necessary - Fix mistakes in systemd service - Fix mistakes in debian family required packages - Add friendly instructions at the end of the setup - Improve README Change-Id: I84d59facfdc593bc82ac1d1436a49f85c2d1637b
8 lines
252 B
Django/Jinja
8 lines
252 B
Django/Jinja
[defaults]
|
|
# This directory is required to store temporary files for Ansible and ARA
|
|
local_tmp = {{ ara_config_path }}/.ansible/tmp
|
|
|
|
[ara]
|
|
# This will default the database and logs location to be inside that directory.
|
|
dir = {{ ara_config_path }}/.ara
|