summaryrefslogtreecommitdiffstats
path: root/playbooks/aws/README.md
Commit message (Collapse)AuthorAgeFilesLines
* add S3 bucket cleanupJoel Diaz2018-02-021-3/+7
| | | | | | Default to just cleaning out all the objects in the S3 bucket (IFF openshift_aws_create_s3 is 'true'). If you really, trully want to delete the S3 bucket and free up the bucket name, you can set openshift_aws_really_delete_s3_bucket to 'true' ('false' by default).
* allow uninstalling AWS objects created by prerequisite playbookJoel Diaz2018-01-221-0/+14
| | | | | | | | | | add deprovisioners/uninstallers for objects created via playbooks/aws/openshift-cluster/prerequisites.yml specifically: security groups, vpcs, and any ssh keys introduce openshift_aws_enable_uninstall_shared_objects to protect AWS objects that would be shared in the case of multiple clusters co-existing in one AWS account. right now it protects the ssh keys, but it can/should be used to protect against deleting the shared IAM instance profile as well. default this variable to False to be on the safe side when uninstalling/deprovisioning. add some documentation on using deprovisioning playbooks
* correct ansible-playbook command syntaxJoel Diaz2017-12-111-1/+1
|
* Cleanup byo referencesRussell Teague2017-12-081-2/+2
|
* Stating that certificate it is required when doing SSL on ELB.Kenny Woodson2017-10-311-0/+1
|
* Fixing documentation for the cert_key_path variable name.Kenny Woodson2017-10-261-1/+1
|
* Provisioning Documentation UpdatesMichael Gugino2017-10-111-96/+44
| | | | | | | Updating provisioning documents. Also moved some steps from build_ami.yml to a new play for better reusability.
* remove duplicate [OSEv3:children] groupJean-Francois Chevrette2017-10-041-5/+0
|
* ami build process calls openshift-node/config.ymlKenny Woodson2017-09-071-0/+7
|
* Consolidating AWS roles and variables underneath openshift_aws role.Kenny Woodson2017-09-071-145/+90
|
* Fixing variables and allowing custom ami.Kenny Woodson2017-09-071-0/+36
|
* Merge pull request #5230 from kwoodson/openshift_node_bootstrapOpenShift Bot2017-08-301-45/+48
|\ | | | | Merged by openshift-bot
| * Merging openshift_node with openshift bootstrap.Kenny Woodson2017-08-291-45/+48
| |
* | Remove unsupported playbooks and utilitiesRussell Teague2017-08-251-4/+0
|/
* First attempt at provisioning.Kenny Woodson2017-08-211-2/+267
|
* Document playbook directoriesRodolfo Carvalho2017-01-131-0/+4