I am installing Jira using Ansible to avoid the web browser installation process. I am trying to automate the below part of the wizard:
So I wonder were are these properties stored:
- Are those stored on Database tables (which tables are those) ?
- Are those values stored on key=value properties files under jira_install_directory?
- Is this stored in other place?
I am trying to automate those properties and configuration using Ansible and avoid the web browser process.
