dubzland.users
Ansible Role: Users
Configures users and groups on linux based systems.
Requirements
Ansible version 2.0 or higher
Role Variables
Available variables are listed below, along with their default values (see defaults/main.yml
for more info):
dubzland_users_admin_group
dubzland_users_admin_group: admin
Group allowed to execute sudo without a password.
dubzland_users_admin_default_password
dubzland_users_admin_default_password: notsekret
Password to assign to newly created admin users.
dubzland_users_admins
dubzland_users_admins: {}
List of admin users to add to the system.
dubzland_users
dubzland_users: {}
List of normal users to add.
Dependencies
None
Example Playbook
- hosts: all
roles:
- role: dubzland.users
License
MIT