--- # defaults file for ara # If you would like to update the packages that this role installs, set `ara_packages_state` to `latest`, otherwise use `default`. # The ansible.cfg to modify. ara_configuration_file: /etc/ansible/ansible.cfg # The user to run ara as. Typically root, but if you run playbooks under your username, ara saves data in your homedirectory. In that case change the ara_user to your username. ara_user: root # Extra options can be set using this structure. # ara_configuration: # - option: port # value: 9191 # - option: host # value: 0.0.0.0 # - option: playbook_per_page # value: 10 # - option: result_per_page # value: 25