summaryrefslogtreecommitdiffstats
path: root/playbooks/aws/provisioning_vars.yml.example
Commit message (Collapse)AuthorAgeFilesLines
* Fix misaligned ports for sg,elb,apiChris Callegari2018-01-251-0/+6
|
* un-hardcode default subnet azJoel Diaz2018-01-221-1/+17
| | | | | | | | allow defining 'default_az' for one of the subnets in the vpc structure, and pull that default_az and set it to openshift_aws_subnet_az. this should allow one less variable to have to be defined/overridded (openshift_aws_subnet_az) when using non-default (us-east-1) regions update provisioning_vars.yml.example to show an example VPC structure
* docker storage setup for ami buildingJoel Diaz2018-01-081-0/+5
| | | | | | add host to g_new_node_hosts so that plays run against the AMI instance update example vars so that overlay2 is used by default for docker storage
* aws: Fix misnamed variable in provisioning_vars.yml.exampleMatthew Barnes2017-12-211-1/+1
|
* Fixing documentation for the cert_key_path variable name.Kenny Woodson2017-10-261-2/+2
|
* Provisioning Documentation UpdatesMichael Gugino2017-10-111-0/+120
Updating provisioning documents. Also moved some steps from build_ami.yml to a new play for better reusability.