I am the maintainer of netscaler.adc
ansible collection.
Every module in this collection is an API call to the NetScaler ADC device to configure it.
Every module has some common params (attributes) which have to be present in the playbook-task (OR optionally, environment variable also can be read)
common params are: nsip
, nitro_user
, nitro_pass
, nitro_protocol
, validate_certs
, save_config
Is there any way I can enhance my collection to skip (or specifiy) these common params in the playbook?
Thank you
Eg can be found in the below file