4402201d56
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
27 lines
509 B
ReStructuredText
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
|
|
|