env: MAG_CIT
# Variables listed here are applicable to all host groups

httpd_port: 80
repository: ???
service_alert_email: "PII                , root@localhost"

ansible_ssh_user: jenkins
# mccf source repository information
mccf_repo: mccf

# mccf staging urls
mccf_vista_base_url: "http://DNS.URL"
mccf_staging_base_url: "http://DNS.URL"
mccf_staging_url: "{{ mccf_staging_base_url }}/rtc"
mccf_tas_url: "{{ mccf_staging_url }}/tas"

mccf_pub_url: "{{ mccf_staging_base_url }}/pub"
mccf_pub_repo_url: "{{ mccf_pub_url }}/repo"
mccf_npm_repo_url: "{{ mccf_pub_repo_url }}/npm"
mccf_misc_repo_url: "{{ mccf_pub_repo_url }}/misc"
mccf_maven_repo_url: "{{ mccf_pub_repo_url }}/maven/maven2"

mccf_eAdmin_url: "{{ mccf_pub_url }}/eAdmin"
mccf_eBill_url: "{{ mccf_pub_url }}/eBill"
mccf_eIns_url: "{{ mccf_pub_url }}/eIns"
mccf_ePay_url: "{{ mccf_pub_url }}/ePay"
mccf_ePharm_url: "{{ mccf_pub_url }}/ePharm"

latest_staging: "latest_cit"
tas_site_url: "https://{{ inventory_hostname }}"
tas_api_url: "https://{{ inventory_hostname }}:8193"

sinopia_pkg_url: "{{ mccf_npm_repo_url }}/sinopia"
groovy_pkg_url: "{{ mccf_misc_repo_url }}/groovy"
fortify_download_url: "{{ mccf_pub_repo_url }}/fortify/Fortify"

jmeter_download_url: "{{ mccf_misc_repo_url }}/jmeter"
maven_download_url: "{{ mccf_misc_repo_url }}/maven"
muleesb_download_url: "{{ mccf_misc_repo_url }}/mule"
nexus_download_url: "{{ mccf_misc_repo_url }}/nexus"
siteminder_download_url: "{{ mccf_misc_repo_url }}/SiteMinder"

# URL to access sinopia repository
sinopia_host: "http://DNS.URL"
sinopia_port: "PORT"
sinopia_admin_user: AI
sinopia_admin_passwd: "{{ AI }}"
sinopia_admin_email: PII               

#to use sinopia repository
npm_registry: "{{ sinopia_host }}:{{ sinopia_port }}"

#Nexus Repository Settings
nexus_admin_password: "{{ nexus_admin_pwd }}"

NODE_ENV: production

use_ssl: true

destination_cert_path: /etc/pki/tls/certs
destination_key_path: /etc/pki/tls/private/

source_key: "{{ inventory_hostname }}.key.enc"
source_crt: "{{ inventory_hostname }}.crt"
source_pem: "{{ inventory_hostname }}.pem"

#do not deploy this, it is a master file
csr_name: 

#do not deploy this, it is a master file
primary_cert: 

siteminder_trusted_host_name: "{{ inventory_hostname }}"
siteminder_agent_configuration_object: "MCCFAgentConfig"
siteminder_host_configuration_object: "SQAHCO"
siteminder_ip_address: "{{ siteminder_setup_ip }}"
siteminder_passwd: "{{ siteminder_admin_passwd }}"
policy_servers: "{{ policy_server_list }}"

policy_server_ports:
  - 44441
  - 44442
  - 44443

#### TAS ENV SPECIFIC SETTINGS, USED TO GENERATE TAS ENV FILE ####
#true/false, turns on the ability to see hidden content for testing purposes
production_mode: "true"
#true/false, used to determine if using the backend to store data
enable_api: "false"

#### VA FHIR SERVER SETTINGS, USED TO GENERATE VA-FHIR-Server.xml ####
vista_url_1: "{{ mccf_vista_base_url }}:9080/"
vista_url_2: "{{vista_url_1}}"
mccf_loging_service_url: ""
mccf_loging_service_loglevel: info
mccf_logging_use: "off"