edmondscommerce.user

Creating and Configuring Linux Users (Ansible Role)

Overview

This role helps to create and set up a user on a Linux system. Currently, it performs the following tasks:

  • Creates a specified user and group
  • Adds necessary hidden configuration files (dot files)
  • Uploads a public key to enable SSH access using that key

Role Variables

Name Default Value Description
users_name ansibleUser The name of the user to create and configure
users_group ansibleUser The group that the user will belong to
users_password ChangeMe!! The password for the new user
users_home "/home/{{ users_name }}" The home directory assigned to the user
uploadPublicKey true Indicates if the SSH public key should be added to the user's authorized_keys file
local_public_key `` The file path to the SSH public key
Informazioni sul progetto

A role to create and configure Linux users the way we want

Installa
ansible-galaxy install edmondscommerce.user
Licenza
Unknown
Download
252
Proprietario
Not just one person, in fact a few... developing ecommerce sites for fun and profit