charlesrocket.freebsd.common role – Manages user, installs MOTD/custom configs

Note

This role is part of the charlesrocket.freebsd collection (version 1.9.2).

It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it use: ansible-galaxy collection install charlesrocket.freebsd.

To use it in a playbook, specify: charlesrocket.freebsd.common.

Entry point main – Manages user, installs MOTD/custom configs

Synopsis

  • Manage user’s account, install MOTD and deploy configuration files for make, lynis.

Parameters

Parameter

Comments

common_lynis_profile

string

Lynis profile to deploy.

Choices:

  • "server" ← (default)

  • "desktop"

common_motd_layout

string

MOTD layout.

Choices:

  • "default" ← (default)

  • "status"

make_config

list / elements=string

List of make options.

user_groups

list / elements=string

List of user’s groups.

user_shell

string

User’s shell.

Authors

  • charlesrocket