Commit 13cd8189 authored by Akshay's avatar Akshay

new user

parent 2b4df9f0
- hosts: all
tasks:
- name: Add the user 'johnd' with a specific uid and a primary group of 'admin'
user:
name: johnd
comment: John Doe
password: 123
uid: 1040
group: admin
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment