system-config/playbooks/roles/users/README.rst
Ian Wienand 4402201d56 roles: Add README.rst and lint
These role docs aren't exactly War and Peace, but I think longer term
as we fiddle about making things generic or not and moving them
around, we'll be better off having kept ourselves to writing
*something*.

Add terse README.rst files for all existing roles, and add simple
linter check to ensure new roles get them too.

Change-Id: Ibc836310fb8a45e12c2e31f112d92509ac350413
2018-08-23 21:34:42 +10:00

27 lines
509 B
ReStructuredText

Configure users on a server
Configure users on a server. Users are given sudo access
**Role Variables**
.. zuul:rolevar:: all_users
:default: {}
Dictionary of all users. Each user needs a ``uid``, ``gid`` and ``key``
.. zuul:rolevar:: base_users
:default: []
Users to install on all hosts
.. zuul:rolevar:: extra_users
:default: []
Extra users to install on a specific host or group
.. zuul:rolevar:: disabled_users
:default: []
Users who should be removed from all hosts