Ansible modules
A major factor of the success of Ansible is the extensive library of modules that are openly available for consumption.
There are modules covering many areas including:
- Cloud computing
- Networking
- Server configuration and management
- Virtualisation
- Containers
- Much more
We can create or own modules, using the extensible framework that is native to Ansible.