Ansible

Version: 13.5.0 darwin linux windows infrastructure

It handles configuration management, application deployment, cloud provisioning, ad-hoc task execution, network automation, and multi-node orchestration. Ansible makes complex changes like zero-downtime rolling updates with load balancers easy. More information on the Ansible website.

Design Principles

Installation Instructions

Linux
Depends on: pipx

run pipx install
{
  "command": [
    "pipx",
    "install",
    "--include-deps",
    "ansible==13.5.0"
  ],
  "debug": true
}

MacOS
Depends on: pipx

run pipx install
{
  "command": [
    "pipx",
    "install",
    "--include-deps",
    "ansible==13.5.0"
  ],
  "debug": true
}

Binaries