Add or remove users and their public-key in linux(debian, redhat) remote hosts.
To remove users and their public-key from remote host change the value of state
and remove
in vars/users.yml
.
state: absent
remove: true
None.
see vars/users.yml
None.
- host: all
roles:
- ansible-add-user
MIT
This role was created in 2020 by Saeed Ghasempoor.