Ansible role to create and configure unix users and groups
Go to file
Markus Pesch 9bdd0cf8ff
fix: adapt condition
2024-04-02 10:59:07 +02:00
defaults fix: suppoer relative and absolute paths 2024-03-02 22:32:44 +01:00
meta fix(meta): adapt role-name 2024-03-27 12:42:35 +01:00
tasks fix: adapt condition 2024-04-02 10:59:07 +02:00
templates feat: support bashrc aliases, envs and functions 2024-03-02 19:20:28 +01:00
.ansible-lint Initial Commit 2022-05-09 10:17:07 +02:00
.drone.yml chore(deps): update docker.io/volkerraschek/markdownlint docker tag to v0.39.0 2024-01-28 23:26:47 +00:00
.editorconfig Initial Commit 2022-05-09 10:17:07 +02:00
.markdownlint.yaml Initial Commit 2022-05-09 10:17:07 +02:00
LICENSE Initial Commit 2022-05-09 10:17:07 +02:00
README.md fix: ansible galaxy id 2022-05-09 10:24:35 +02:00
renovate.json Initial Commit 2022-05-09 10:17:07 +02:00

README.md

unix_users

Build Status Ansible Role

With following role can be unix users and groups configured.

Supported distributions

  • Arch Linux
  • Ubuntu 20.04

Features

  • Setting up unix users and groups
  • Setting up private and public ssh keys
  • Setting up private and public gpg keys
  • Setting up .forward file for postfix

Configuring

In the default directory are examples how to configure the role. Copy the defaults into your host_vars or group_vars and adapt the examples.