daks / usersandgroups-formula

Saltstack formula to manage users and groups

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

usersandgroups-formula

Travis CI Build Status Semantic Release

A SaltStack formula to manage system users and groups.

General notes

See the full SaltStack Formulas installation and usage instructions.

If you are interested in writing or contributing to formulas, please pay attention to the Writing Formula Section.

Available states

usersandgroups

Configures users' home directory, group, shell, the user itself, secondary groups.

It also manages per-user SSH authorized_keys files. Two possibilities:

  • indicate a ssh_pubkey.source pillar for a user
  • indicate a global config.ssh_pubkeys_dir value

The formula will first look for a per-user value and, if it doesn't exist, search for a {{ user }}.pub file in the config.ssh_pubkeys_dir if it exists. You can also indicate that a user have no ssh pubkey.

You can also manage user files. Files management can be enabled or disabled globally or per-user. The source files can be defined globally, each user will take the directory with its username. Source can also be defined per-user. A default source can be defined and be used if no per-user source is found.

All configuration is made using pillar data, read pillar.example to see how.

Testing

Linux testing is done with kitchen-salt.

kitchen converge

Creates the docker instance and runs the usersandgroups main state, ready for testing.

kitchen verify

Runs the inspec tests on the actual instance.

kitchen destroy

Removes the docker instance.

kitchen test

Runs all of the stages above in one go: i.e. destroy + converge + verify + destroy.

kitchen login

Gives you SSH access to the instance for manual testing.

About

Saltstack formula to manage users and groups


Languages

Language:SaltStack 75.7%Language:Ruby 22.8%Language:Jinja 1.4%