1234567891011121314151617181920212223 |
- ---
- debug_level: 2
- deployment_rhel7_ent_base:
- image: rhel-7
- machine_type: n1-standard-1
- ssh_user:
- sudo: yes
- deployment_vars:
- origin:
- image: centos-7
- machine_type: n1-standard-1
- ssh_user: "{{ ansible_ssh_user }}"
- 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 }}"
|