Develop custom Ansible modules - Roger Welin
rogerwelin.github.io › ansible › 2016/04/25Apr 25, 2016 · Develop custom Ansible modules. Apr 25, 2016. One thing that I really think is neat with Ansible is that when you need functionality that are not part of the Ansible core (let’s say you need to integrate Ansible with bigip F5 load balancer) you can just turn to Python (or any other language for that matter) to write your own modules that you later can use in the regular playbooks.
Writing a custom Ansible module - Vincent Bernat
vincent.bernat.ch › en › blogSep 02, 2020 · Writing a custom Ansible module. 1. Also, when using modules from Ansible Galaxy, you introduce a dependency to a third-party. This is not something that should be decided lightly: it may break later, it may only meet 80% of the needs, it may add bugs. Ansible ships a lot of modules you can combine for your configuration management needs.