user management

How to Change a User Password with Ansible

How to Change a User Password with Ansible Welcome to another episode of Ansible Pilot!

Continue reading

Automate Linux User Management with Ansible: A Comprehensive Guide

Automating your Linux user management (local user and group) with Ansible enables you to achieve Infrastructure As Code (IaC).

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

Change the User Primary Group on Linux with Ansible

How to Change the User Primary Group on Linux with Ansible?

Continue reading

Add Secondary Groups to Linux Users with Ansible Playbook

How to add a user to a second group on Linux 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

Changing User Passwords on Linux Systems with Ansible

Introduction In today’s episode of Ansible Pilot, I’m Luca Berton, and we’ll be delving into the process of changing a user password on a Linux system using Ansible.

Continue reading

Enable user account - Ansible module user

How to Enable a user account with Ansible? I’m going to show you a live Playbook with 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