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

httpd_port: 80
repository: https://bitbucket.org/halfaker/mccf_devops.git

ansible_ssh_user: jenkins
# mccf source repository information
mccf_repo: mccf-dev,mccf,mccf-va
# mccf staging urls
mccf_staging_base_url: "http://localhost:PORT"
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"
tas_site_url: "https://{{ inventory_hostname }}/"

sinopia_pkg_url: "{{ mccf_npm_repo_url }}/sinopia"
groovy_pkg_url: "{{ mccf_misc_repo_url }}/groovy"
fortify_download_url: "{{ mccf_misc_repo_url }}/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"

# URL to install sinopia repository
sinopia_host: "http://localhost"
sinopia_port: "PORT"
sinopia_admin_user: AI
sinopia_admin_passwd: "AI"
sinopia_admin_email: "lee.benhart@halfaker.com"

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

NODE_ENV: dev

use_ssl: false

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

source_key: ""
source_crt: ""
source_pem: ""