See Full Article
Okay, we all know Ansible installation is coming with default modules and you don’t need to download or configure any additional modules for normal cases, Yes batteries already included.
But, what if you need to achieve something with Ansible but a suitable module is not available ? No worries, you can write your own modules for local use; that’s the beauty of Ansible.
Before you start, just make sure you have searched the module library and confirmed nothing suitable for your special use.
See Full Article
Also read : How to add Container Images to Google Container Registry (GCR)