From: Andrew Schoen Date: Mon, 4 May 2015 18:13:46 +0000 (-0500) Subject: Add a new users playbook. X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=7a84fa4f63102917367acf291ae84e123cc5653e;p=ceph-cm-ansible.git Add a new users playbook. This will run against all hosts and add / update that nodes managed_users. Signed-off-by: Andrew Schoen --- diff --git a/users.yml b/users.yml new file mode 100644 index 0000000..5505001 --- /dev/null +++ b/users.yml @@ -0,0 +1,4 @@ +--- +- hosts: all + roles: + - users