Ansible Playbook Lab & Excercise โ Part 2
Execution Mode โ Remote Write a Ansible Playbook to create a group called โdeployโ Write a Ansible Playbook to create a user called โdeploy-userโ which is part of group called โgroupโ and with /bin/bash shell. Write a Ansible Playbook to install package named โhttpdโ in RHEL/centos. Write a Ansible Playbook to start and enable the … Read more