ansible_modules
ansible_modules copied to clipboard
[Feature]: Create module for Contacts and Contact Group
ISSUE TYPE
- Feature Idea
SOFTWARE VERSIONS
Ansible:
2.11
NetBox:
3.1 (beta for now)
Collection:
3.3.0
SUMMARY
NetBox 3.1 introduces the a Contacts model. This should be created as a Contacts module.
Filed https://github.com/netbox-community/netbox/issues/8051 as when I try to create a contact group it fails on parent being a required field (and we currently have no way of nullifying fields in the modules).
Modules for Contact, Contact Group and Contact role were fairly straight forward to create. The contact assignment module requires a bit more work.
See https://github.com/netbox-community/ansible_modules/pull/671 for the initial work on the modules.