Skip to content

Custom ansible modules

Published: at 03:22 PM

How to write ansible custom modules

Ansible modules are easy way to interact between an existing application and ansible playbook. This blog covers how to write your own ansible module.

Module

Usage