---
debug_level: 2

deployment_rhel7_ent_base:
  image: rhel-7
  machine_type: n1-standard-1
  ssh_user:
  sudo: yes

deployment_vars:
  origin:
    image: preinstalled-slave-50g-v5
    machine_type: n1-standard-1
    ssh_user: root
    sudo: yes
  online:
    image: libra-rhel7
    machine_type: n1-standard-1
    ssh_user: root
    sudo: no
  enterprise: "{{ deployment_rhel7_ent_base }}"
  openshift-enterprise: "{{ deployment_rhel7_ent_base }}"
  atomic-enterprise: "{{ deployment_rhel7_ent_base }}"