summaryrefslogtreecommitdiffstats
path: root/roles/openshift_aws
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Fix some provisioning variablesMichael Gugino2017-09-294-9/+9
| |/ | | | | | | | | | | | | | | | | This commit fixes some provisioning variables. It also adjusts a failure condition for an ec2 call, which may fail silently without having the necessary permissions, which creates an unrelated error message later in the run.
* | Changes necessary to support AMI buildingMichael Gugino2017-09-281-0/+5
|/ | | | | | | Currently, AMI building does not work. These changes implement the necessary steps to build an AMI for usage as a 'golden node image'.
* Merge pull request #5555 from mtnbikenc/fix-filter-loadingScott Dodson2017-09-271-0/+0
|\ | | | | 1496174 Rename filter_plugins to unique names
| * Rename filter_plugins to unique namesRussell Teague2017-09-271-0/+0
| | | | | | | | | | Filter plugin modules should have unique names to not conflict with core Ansible modules. (Ansible 2.4)
* | More variables in AWS provisioning playsMichael Gugino2017-09-262-1/+2
|/ | | | | | | | This commit adds more optional variables to provision hosts in AWS environments. These changes allow provisioning instances that utilize an ssh_user other than root.
* Consolidating AWS roles and variables underneath openshift_aws role.Kenny Woodson2017-09-0718-0/+895