blob: d0c8a090f139b9de495bd2139f70fcce7717773a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
---
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 }}"
|