Ansible-ADHOC commands/Day1/assignment

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now Write a Ansible Adhoc Commands to create a group called “deploy ansible localhost -m ansible.builtin.group -a”state=present name=deploy” -b 2. Write a Ansible Adhoc Commands to create a user called “deploy-user” which is part of group called “deploy” and with /bin/bash shell. ansible localhost -m ansible.builtin.user -a”state=present name=deploy-user group=deploy” -b 3. Write a Ansible Adhoc

Read more