java_implementation: oraclejdk atlassian_home: /var/atlassian/application-data atlassian_jira_version: 7.12.1 atlassian_jira_type: software atlassian_jira_home: /var/atlassian/application-data/jira atlassian_jira_server_xml: - xpath: /Server/Service/Connector ensure: present attribute: proxyName value: jira.dualinventive.com - xpath: /Server/Service/Connector ensure: present attribute: proxyPort value: 443 - xpath: /Server/Service/Connector ensure: present attribute: scheme value: https - xpath: /Server/Service/Engine/Host/Context ensure: present attribute: path value: / atlassian_jira_jvm_opts: - "-Datlassian.plugins.enable.wait=300" atlassian_confluence_version: 6.11.2 atlassian_confluence_home: /var/atlassian/application-data/confluence atlassian_confluence_server_xml: - xpath: /Server/Service/Connector ensure: present attribute: proxyName value: confluence.dualinventive.com - xpath: /Server/Service/Connector ensure: present attribute: proxyPort value: 443 - xpath: /Server/Service/Connector ensure: present attribute: scheme value: https - xpath: /Server/Service/Engine/Host/Context[@docBase='../confluence'] ensure: present attribute: path value: / mysql_databases: - name: 'jira_data' state: present - name: 'confluence_data' state: present mysql_users: - username: jira password: f5T1UrtBwX7f1UTdYln4 hosts: - "127.0.0.1" - "::1" - "localhost" priv: - "jira_data.*:ALL" - username: confluence password: oUU8yk4Pjii9xjJpREQK hosts: - "127.0.0.1" - "::1" - "localhost" priv: - "confluence_data.*:ALL" mysql_custom_rules: - section: mysqld option: max_allowed_packet value: 512M - section: mysqld option: innodb_log_file_size value: 2GB