Ansible Playbook Advance Features
Ansible Playbook Advance Features Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed roles in Ansible. https://cloudaffaire.com/roles-in-ansible/ In this blog post, we will discuss some advance features of Ansible Playbook. Ansible Playbook Advance Features: Privilege Escalation in playbook: Ansible allows you to ‘become’ another user, different from the user that logged into the machine (remote user). This is done using existing privilege escalation tools such as…