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

httpd_port: 80
repository: https://bitbucket.org/halfaker/mccf_devops.git
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://aws-vista.mccf.halfakerlabs.com"
mccf_staging_base_url: "http://aws-master.mccf.halfakerlabs.com"
mccf_staging_url: "{{ mccf_staging_base_url }}/dev"
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_dev"
latest_fhir_staging: "latest_fhir_dev"
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_staging_url }}/repo/misc/jmeter"
maven_download_url: "{{ mccf_staging_url }}/repo/misc/maven"
muleesb_download_url: "{{ mccf_staging_url }}/repo/misc/mule"
nexus_download_url: "{{ mccf_staging_url }}/repo/misc/nexus"
siteminder_download_url: "{{ mccf_misc_repo_url }}/SiteMinder"

# URL to install sinopia repository
sinopia_host: "http://aws-master.mccf.halfakerlabs.com"
sinopia_port: "4873"
sinopia_admin_user: npm_admin
sinopia_admin_passwd: "{{ sinopia_admin_pwd }}"
sinopia_admin_email: lee.benhart@halfaker.com

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

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

NODE_ENV: dev

use_ssl: true

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

source_key: "AWS-TAS.key.enc"
source_crt: "AWS-TAS.crt"
source_pem: "AWS-TAS.pem"

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

#do not deploy this, it is a master file
primary_cert: 
#### 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: "false"
#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: debug
mccf_logging_use: "off"