Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 753 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 753 Bytes

my_custom_ansible_modules

Public repo to share my custom ansible modules.
All the modules work well, as long as it is not indicated differently in this file.

Install

In the same directory where is the playbook .yml file that uses that custom module,
create a new directory called library,
and place the custom modules inside it.

How to write the tasks

Every module has at its top some comments indicating how to write the task that uses that module.

Ansible documentation on custom modules

https://docs.ansible.com/ansible/latest/dev_guide/developing_modules_general.html

Information on single modules

ansible_custom_module__delete_rows_from_csv.py

has a bug and must be fixed. maybe is related to the delimiter