Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dudecalledbro/ansible-role-users

Ansible Role - Users
https://github.com/dudecalledbro/ansible-role-users

ansible ansible-galaxy molecule role

Last synced: about 19 hours ago
JSON representation

Ansible Role - Users

Awesome Lists containing this project

README

        

# Ansible Role: Users

[![CI](https://github.com/DudeCalledBro/ansible-role-users/actions/workflows/molecule.yml/badge.svg)](https://github.com/DudeCalledBro/ansible-role-users/actions/workflows/molecule.yml)

Setup users and groups on linux systems.

## Prerequisites

- Ensure you have Ansible installed (e.g. `pip3 install ansible`)
- **Development**: Install the pip packages listed in [requirements.txt](requirements.txt)

## Role Variables

The default values for the variables are set in [defaults/main.yml](defaults/main.yml)

```yaml
- hosts: all
roles:
- role: dudecalledbro.users
```

## License

Copyright © 2024 Niclas Spreng

Licensed under the [MIT license](LICENSE).