]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
users: Remove false statement and reindent
authorZack Cerza <zack@redhat.com>
Wed, 23 Dec 2015 19:24:10 +0000 (12:24 -0700)
committerZack Cerza <zack@redhat.com>
Wed, 23 Dec 2015 19:28:13 +0000 (12:28 -0700)
The false statement was about revocation, which is correctly covered
later in the text.

Signed-off-by: Zack Cerza <zack@redhat.com>
roles/users/README.rst

index 7775505ef860bfd7921e5fa8c7e30db55139531f..33fccbd449922306bb407978ce4261b9bff95312 100644 (file)
@@ -1,14 +1,14 @@
 Users
 =====
 
-This role is used to manage user accounts on a node.  It is capable of adding users
-with and without sudo access, but does not currently have the ability to remove users.
-In either your group_vars or host_vars files you must define two variables for this role
-to use: ``managed_users`` and ``managed_admin_users``. The ``managed_users`` variable
-will create users without sudo access while users in the ``managed_admin_users`` list
-will be granted sudo access. Sudo access is granted by adding the ``managed_admin_users`` to
-the group ``sudo`` which should be created beforehand. It is not required to add both of these vars
-to your inventory, only use what makes sense for the node being managed.
+This role is used to manage user accounts on a node. In either your group_vars
+or host_vars files you must define two variables for this role to use:
+``managed_users`` and ``managed_admin_users``. The ``managed_users`` variable
+will create users without sudo access while users in the
+``managed_admin_users`` list will be granted sudo access. Sudo access is
+granted by adding the ``managed_admin_users`` to the group ``sudo`` which
+should be created beforehand. It is not required to add both of these vars to
+your inventory, only use what makes sense for the node being managed.
 
 When adding a user, these steps are performed for each user: