]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
users: Add defaults for keys_repo
authorZack Cerza <zack@redhat.com>
Thu, 23 Jun 2016 18:27:08 +0000 (12:27 -0600)
committerZack Cerza <zack@redhat.com>
Thu, 23 Jun 2016 22:31:33 +0000 (16:31 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
roles/users/defaults/main.yml

index 522dc174fb974892ca8edf79dff94f2d4c5ad325..9a032a2a2288c499b776084f12e586beb4fb76a7 100644 (file)
@@ -21,3 +21,9 @@ users: []
 
 # A list of users whose access is to be revoked. These accounts will be deleted.
 revoked_users: []
+
+# A repo containing SSH pubkeys. Will be used for each user that has no key
+# specified.
+keys_repo: "https://github.com/ceph/keys"
+# Where to clone keys_repo on the *local* disk
+keys_repo_path: "/tmp/src/keys"