Tag: Ansible Playbooks

  • Ansible Playbooks

    Playbooks are nothing but files consisting of your written code, and they are written in YAML language, which defines the tasks and executes them through the Ansible. Playbooks may include one or more plays. Plays defines a set of activities or tasks to be run on hosts of inventory file. First, we'll see the basics…