Commit 711480ce authored by Akshay's avatar Akshay

useradd

parent 2a6ceb28
- hosts: all
gather_facts: no
tasks:
- name: Installing multiple python packages in Ansible
user:
name: cs101local
password: $6$U68wPm/kT7$j60vTE7aGJk52mgrD0HVOp.zAKcb0M3iQ4zLpf0n2BhEgrhN/Kp4OrOmB5VGJMkKqFAPjdZ4I6sT/1MbZuyaq/
create_home: yes
state: present
update_password: always
- name: Installing multiple python packages in Ansible
user:
name: cs101local
password: $6$U68wPm/kT7$j60vTE7aGJk52mgrD0HVOp.zAKcb0M3iQ4zLpf0n2BhEgrhN/Kp4OrOmB5VGJMkKqFAPjdZ4I6sT/1MbZuyaq/
create_home: yes
state: present
update_password: always
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