Login
Remember
Register
Ask a Question
Can we create modules in Ansible?
0
votes
asked
Oct 7, 2020
in
JQuery
by
Robindeniel
Can we create modules in Ansible?
#ansible-modules
#modules-ansible
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 7, 2020
by
SakshiSharma
Yes, the modules can be created in Ansible. Ansible is an open-source tool that works on python language. Anyone who knows coding can create modules in Ansible.
...