in Ansible by (14.5k points)
Can you build your own modules with Ansible?

1 Answer

0 votes
by (23.9k points)
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.

Related questions

0 votes
asked Nov 13, 2019 in Ansible by rajeshsharma (23.9k points)
+2 votes
0 votes
asked Dec 28, 2019 in Ansible by mohankoshal (397 points)
0 votes
asked Aug 24, 2019 in Ansible by rahulsharma (909 points)
...