0 votes
in Ansible by
Can you build your own modules with Ansible?

1 Answer

0 votes
by
Yes, we can create or own modules within Ansible.

It is an open source tool which primarily works on Python. If you are good at programming in Python you can start creating your own modules in few hours from scratch and you don't need to have any prior knowledge of the same.
...