
If we move these into a subdir, it cleans up the number of things we nave to files match on. Stop running disable-puppet-agent in base. We run it in run-puppet which should be fine. Change-Id: Ia16adb96b11d25a097490882c4c59a50a0b7b23d
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
|
|
|