Commit b947c20e authored by Akshay's avatar Akshay

new user

parent 13cd8189
- hosts: all - name: Create Folder
hosts: all
tasks: tasks:
- name: Add the user 'johnd' with a specific uid and a primary group of 'admin' - name: Add the user 'johnd' with a specific uid and a primary group of 'admin'
user: user:
name: johnd name: johnd
comment: John Doe comment: John Doe
password: 123 uid: 1040
uid: 1040 group: admin
group: admin password: 123
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