-
Notifications
You must be signed in to change notification settings - Fork 0
Managing users and groups
Mohit edited this page Aug 9, 2017
·
1 revision
ansible multi -s -m group -a "name=admin state=present system=yes" -i ./hosts
ansible multi -s -m user -a "name=mohitsharma44 group=admin createhome=yes generate_ssh_key=yes" -i ./hosts
ansible multi -s -m user -a "name=mohitsharma44 state=absent remove=yes" -i ./hosts