Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hspaans/ansible-role-uam

Ansible Role for User Access Management
https://github.com/hspaans/ansible-role-uam

account ansible ansible-role group uam user

Last synced: 13 days ago
JSON representation

Ansible Role for User Access Management

Awesome Lists containing this project

README

        

# Role Name

Maintain local user accounts and accesss.

## Requirements

None.

## Role Variables

Default variables are set in `defaults/main.yml`.

## Dependencies

No dependency on other Ansible Galaxy roles.

## Example Playbook

```yaml
---
- hosts: servers
vars:
uam_groups:
- name: ansible
- name: department99
state: absent
uam_users:
- name: ansible
comment: Ansible NPA
roles:
- role: hspaans.uam
become: true
```

## License

MIT

## Author Information

This role was created in 2020 by [Hans Spaans](https://github.com/hspaans).