Skip to content

Ansible

This topic is split into seven main sections, each section covers a different aspect of automation using Ansible.

  •   Installation


    How to install Ansible and run it, from present to future.

  •   Project


    Your Ansible project, versioning control, dependencies, syntax

  •   Inventory


    How to define your inventory and target hosts

  •   Playbook


    Structure your automation, how to separate playbooks and plays

  •   Roles


    A best practice in itself, including how to create and fill the role folder

  •   Tasks


    Everything about tasks, module usage, tags, loops and filters

  •   Variables


    All about variables, where to store them, naming conventions and encryption