authentication

Configure PostgreSQL with Ansible: User Access and Service Management

How to Allow md5 Connection for a PostgreSQL User / Role with Ansible?

Continue reading

Change Windows User Passwords with Ansible

How to change user passwords on Windows-like systems with Ansible? Password change is a mundane task that every System Administrator needs to perform regularly for your user base.

Continue reading

Remove a local user on Windows-like systems - Ansible module win_user

How to Remove a local user on Windows-like systems with Ansible?

Continue reading

Create Local User Accounts on Windows with Ansible Playbooks

How to Create a local user on Windows-like systems with Ansible?

Continue reading

Remove a local group on Windows-like systems - Ansible module win_group

How to Remove a local group on Windows-like systems with Ansible?

Continue reading

Create Local Groups on Windows with Ansible Playbooks

How to Create a local group on Windows-like systems with Ansible?

Continue reading

User password expiration - Ansible module user

How to set user password expiration time on Linux with Ansible?

Continue reading

Delete a group - Ansible module group

How to delete a group in Linux with Ansible? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Ansible Group Module Demo: Create User Groups Easily

How to create a group in Linux with Ansible? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Change file permission - Ansible module file

How to change file or directory permission with Ansible? I’m going to show you a live Playbook and some simple Ansible code.

Continue reading

Remove user account - Ansible module user

How to remove a user account with Ansible? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Create user account - Ansible module user

How to create a user account with Ansible? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading