Open ParpingTam opened 2 years ago
I have been doing a lot of work with object data retrieved from NSX-T for objects relating to Distributed Firewall and it seems like a good idea to put them into the official ansible module.
@ParpingTam, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org>
to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.
I am also using some of your new modules. I found some documentation is wrong eg: nsxt_policy_group_member_info.py states module: nsxt_policy_group_members (_info is missing)
plugins/modules/common_utils.py modified. Functions used for building query strings in URIs and for handling retrieval of paged data were added.
The collection as it is now does not implement modules for the retrieval of objects and focuses on CrUD ( no read ) functionality. I want to work to flesh out the "R" functionality.
Signed-off-by: Ed McGuigan ed.mcguigan@palmbeachschools.org