summaryrefslogtreecommitdiffstats
path: root/roles/openstack-stack/defaults/main.yml
blob: c8529612e050871e164a7da363b362b12d7813d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
dns_volume_size: 1
ssh_ingress_cidr: 0.0.0.0/0
node_ingress_cidr: 0.0.0.0/0
master_ingress_cidr: 0.0.0.0/0
lb_ingress_cidr: 0.0.0.0/0
bastion_ingress_cidr: 0.0.0.0/0
num_etcd: 0
num_masters: 1
num_nodes: 1
num_dns: 1
num_infra: 1
nodes_to_remove: []
etcd_volume_size: 2
use_bastion: False
ui_ssh_tunnel: False