]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Add teuthology user to groups kvm and disk on ubuntu
authorAndrew Schoen <aschoen@redhat.com>
Mon, 13 Apr 2015 14:47:06 +0000 (09:47 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 16 Apr 2015 21:31:32 +0000 (16:31 -0500)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
roles/testnode/tasks/setup-ubuntu.yml

index c313e2e086452ffcd4b46080ba575bdb761e389b..4bd2dcc19593c20f51e982762ebdcc288af60746 100644 (file)
     group: fuse
     mode: 0644
 
-- name: Add teuthology user to group fuse.
+- name: Add teuthology user to groups fuse, kvm and disk.
   user:
     name: "{{ teuthology_user }}"
     # group sets the primary group, while groups just adds
     # the user to the specified group or groups.
-    groups: fuse
+    groups: fuse,kvm,disk
     append: yes