Ansible Overview

Placeholder for overview info on ansible subjects.

Ansible Modules

To develop ansible modules the standard way is using python.

Ansible Modules in Bash

It's also possible to utilize the Ansible API in other languages to build ansible modules. Here we'll show how this is done with BASH.

References