Ansible Playbook Components

Ansible Playbook Components Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed Ansible Playbook. https://cloudaffaire.com/ansible-playbook/ In this blog post, we will discuss Ansible Playbook components. Playbook Components: Hosts: Using hosts, you can choose the target infrastructure where you want to execute the playbook. Hosts are defined in your inventory file and called in your playbook using hosts directive. You can use multiple hosts in the same…

Comments Off on Ansible Playbook Components

Ansible Playbook

Ansible Playbook Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed how to configure Ansible dynamic inventory for AWS. https://cloudaffaire.com/ansible-dynamic-inventory-for-aws/ In this blog post, we will discuss Ansible Playbook. We will also create our 1st Playbook. What is Ansible Playbook? In previous blog posts, we have executed Ansible commands on an ad-hoc basis which is great for testing. But ad-hoc commands are not designed for reuse.…

Comments Off on Ansible Playbook