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

httpd_port: 80
repository: ???
groovy_pkg_url: http://DNS.URL

# mccf repository information
mccf_repo: mccf
# 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               

npm_registry: "{{ sinopia_host }}:{{ sinopia_port }}"

NODE_ENV: production

nodejs_npm_global_packages:
#  # Install a specific version of a package.
#  - name: jslint
#    version: 0.9.3
#  # Install the latest stable release of a package.
#  - name: node-sass

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