Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hspaans/ansible-role-uam
- Owner: hspaans
- License: mit
- Created: 2020-05-12T14:16:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-21T22:07:40.000Z (6 months ago)
- Last Synced: 2024-12-08T20:12:30.507Z (15 days ago)
- Topics: account, ansible, ansible-role, group, uam, user
- Language: Python
- Homepage:
- Size: 79.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).