Ansible Role
- Refer Here for ansible roles
- Refer Here for example
Ansible custom modules
- We can create our own custom modules in ansible using python ref
Ansible collections
- Ansible collections is an approach which has a distribution consisting of (any of the below or all)
- roles
- modules
- plugins
- Refer Here
