summaryrefslogtreecommitdiffstats
path: root/playbooks/aws/openshift-cluster/vars.yml
blob: c8ee9bad438c5588cf611720f9d04540598c6bac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
debug_level: 2
deployment_vars:
  origin:
    # centos-7, requires marketplace
    image: ami-61bbf104
    image_name:
    region: us-east-1
    ssh_user: centos
    sudo: yes
    keypair: libra
    type: m4.large
    security_groups: [ 'public' ]
    vpc_subnet:
    assign_public_ip:
  online:
    # private ami
    image: ami-7a9e9812
    image_name: openshift-rhel7_*
    region: us-east-1
    ssh_user: root
    sudo: no
    keypair: libra
    type: m4.large
    security_groups: [ 'public' ]
    vpc_subnet:
    assign_public_ip:
  enterprise:
    # rhel-7.1, requires cloud access subscription
    image: ami-10663b78
    image_name:
    region: us-east-1
    ssh_user: ec2-user
    sudo: yes
    keypair: libra
    type: m4.large
    security_groups: [ 'public' ]
    vpc_subnet:
    assign_public_ip: