summaryrefslogtreecommitdiffstats
path: root/roles/lib_utils/filter_plugins/openshift_aws_filters.py
Commit message (Collapse)AuthorAgeFilesLines
* un-hardcode default subnet azJoel Diaz2018-01-221-0/+16
| | | | | | | | 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
* Move more plugins to lib_utilsMichael Gugino2018-01-101-0/+74
This commit continues moving plugins into lib_utils. This commit does not move any plugins for add-on roles such as logging and metrics.