浏览代码

Merge pull request #700 from joelddiaz/reg_fix

Change docs/comments
Joel Diaz 9 年之前
父节点
当前提交
ef021a3d43
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      playbooks/adhoc/s3_registry/s3_registry.yml

+ 1 - 1
playbooks/adhoc/s3_registry/s3_registry.yml

@@ -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.