summaryrefslogtreecommitdiffstats
path: root/playbooks/adhoc/s3_registry/s3_registry.yml
Commit message (Collapse)AuthorAgeFilesLines
* Removed adhoc s3_registrySteve Milner2017-02-131-81/+0
| | | | s3 items are now supported directly in the openshift_hosted role.
* Replace service account secrets handling with oc_serviceaccount_secret moduleJan Chaloupka2017-02-101-5/+8
|
* YAML LintingRussell Teague2016-12-121-1/+1
| | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* Rename variable to delete temporary file, add configurable path.Hugo Rosnet2016-02-181-3/+4
| | | | | | | | The variable's name for deleting the temporary file was a bit missleading, so it has been renamed to be more explicit. While the path was hardcoded in /root/, which could be problematic when the playbook is not run as run.
* Add extra parameters for S3 registry: delete file, create bucket.Hugo Rosnet2016-02-181-0/+4
| | | | | | | | | It would be nice to have options to be able to: * Delete or not the temporary config file - so that it can be check/modified directly * Create or not the bucket, as you might not have the right to do so This commit allows both of those things, without changing the default behavior of the playbook.
* s3_registry no filter named 'lookup'talset2016-01-291-1/+1
| | | | | | | * Added a default function for the lookup. * According to [1] added default(,true) to avoid empty string [1] https://github.com/openshift/openshift-ansible/blob/master/docs/best_practices_guide.adoc#filters
* Allow to have custom bucket name and regiontalset2016-01-281-2/+4
| | | | | | | | | | File playbooks/adhoc/s3_registry/s3_registry* To be able to use a different bucket name and region, aws_bucket and aws_region are now available * Add variable for region and bucket into j2 * Update comment Usage * Add default aws_bucket_name and aws_bucket_region
* Removing environment and env tags.Kenny Woodson2016-01-041-1/+1
|
* Updating env-host-type to host patternsKenny Woodson2015-12-111-1/+1
|
* Support HA or single router, and start work on registryStefanie Forrester2015-10-211-3/+13
|
* Fix typos on env vars.Joel Diaz2015-10-191-2/+2
|
* Update example to remove passing in aws creds on command line.Joel Diaz2015-10-151-1/+1
|
* Removed AWS keys from command line, and substituted with environment ↵Joel Diaz2015-10-151-1/+12
| | | | variable lookup.
* added dynamic inventory support for single-master clustersStefanie Forrester2015-09-241-10/+5
|
* Added S3 docker-registry config scriptStefanie Forrester2015-09-231-0/+55