Ansible Playbooks are ansible orchestration language, in playbooks we will define what ansible want to do for us. It’s an set of instructions or plays.
Ansible Tutorial Class 5 | How to Write First Ansible Playbook | Tech Arkit
#ansible #playbook #automation
Play
. Task1
. Task2
Play is an set of activities to be run on host(s).
Task is an action to be performed on the host(s).
Let’s see one example of ansible playbook which executes some tasks on remote host
Ansible Automation Playlist:
RHCSA – Red Hat Certified System Administrator PlayList:
Follow Us on Social Media
Github: https://github.com/techtutorials
Facebook: https://www.facebook.com/linuxarkit
Twitter: https://twitter.com/aravikumar48
Instagram: https://www.instagram.com/arkit.co.in/
Website: https://arkit.co.in
Reddit: https://www.reddit.com/r/techtutorial/
Post your topic, we will make videos for you
https://forms.gle/M4ysoMNh1zsPXiw89
Ansible Course
Class 1: https://youtu.be/-b1ByalW4X8
Class 2: https://youtu.be/p8xkv1m-boE
Class 3: https://youtu.be/G7_orKIWAeA
Class 4: https://youtu.be/Kr-62ON416c
source