summaryrefslogtreecommitdiffstats
path: root/playbooks/adhoc/s3_registry/s3_registry.j2
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1264 from gaelL/s3_registry_templateStefanie Forrester2016-01-281-0/+3
|\ | | | | adhoc s3 registry - add auth part in the registry config sample
| * adhoc s3 registry - add auth part in the registry config samplegaelL2016-01-221-0/+3
| | | | | | | | | | | | | | | | | | | | | | Without the auth part, after spawning the registry we were not able to do an auth. ``` docker login -u .. -p ... 172.30.234.98:5000 Error response from daemon: no successful auth challenge forhttp://172.30.234.98:5000/v2/ - errors: [] ``` Simply adding this part in the registry config sample
* | Allow to have custom bucket name and regiontalset2016-01-281-2/+2
|/ | | | | | | | | | 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
* Removed AWS keys from command line, and substituted with environment ↵Joel Diaz2015-10-151-2/+2
| | | | variable lookup.
* added dynamic inventory support for single-master clustersStefanie Forrester2015-09-241-1/+1
|
* Added S3 docker-registry config scriptStefanie Forrester2015-09-231-0/+20