Saturday, April 6, 2024

Ansible Playbooks

 • Playbooks are the access point to ansible provisioning

• It’s the Ansible’s way of deploying and configuring different remote servers and environments

• It is written in YAML(Yet Another Mark-up Language)

• On an advanced level playbooks can be used to

• Handle multi-tier rollouts

• Load balancing tasks for the servers

• Besides the YAML Basic Structure,  there are a few things to be kept in mind before writing a playbook.


Ansible Playbook Structure



Ansible Playbook Structure : Hosts


Ansible Playbook Structure : Become


Ansible Playbook Structure : Vars


Ansible Playbook Structure : Tasks


Ansible Playbook Structure : Handlers


No comments:

Post a Comment

Different Types of Reports in Scrum - Agile

  Agile Reporting 1. Sprint Burndown At a Sprint-level, the burndown presents the  easiest way to track and report status  (the proverbial  ...