summaryrefslogtreecommitdiffstats
path: root/playbooks/adhoc/s3_registry
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-282-4/+6
|/ | | | | | | | | | 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-152-3/+14
| | | | variable lookup.
* added dynamic inventory support for single-master clustersStefanie Forrester2015-09-242-11/+6
|
* Added S3 docker-registry config scriptStefanie Forrester2015-09-232-0/+75