Skip to content

Commit

Permalink
Merge pull request #700 from joelddiaz/reg_fix
Browse files Browse the repository at this point in the history
Change docs/comments
  • Loading branch information
Joel Diaz committed Oct 15, 2015
2 parents d614bd9 + 14ae81a commit ef021a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/adhoc/s3_registry/s3_registry.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# This playbook creates an S3 bucket named after your cluster and configures the docker-registry service to use the bucket as its backend storage.
# Usage:
# ansible-playbook s3_registry.yml -e accesskey="S3 aws access key" -e secretkey="S3 aws secret key" -e clusterid="mycluster"
# ansible-playbook s3_registry.yml -e clusterid="mycluster"
#
# The AWS access/secret keys should be the keys of a separate user (not your main user), containing only the necessary S3 access role.
# The 'clusterid' is the short name of your cluster.
Expand Down

0 comments on commit ef021a3

Please sign in to comment.