-
Notifications
You must be signed in to change notification settings - Fork 248
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Ansible NetBox Collection version
v3.20.0
Ansible version
ansible [core 2.15.6]
config file = /home/hramov-ms-230320/Desktop/Ansible-2/ansible.cfg
configured module search path = ['/home/hramov-ms-230320/Desktop/Ansible-2/modules']
ansible python module location = /home/hramov-ms-230320/Desktop/Ansible-2/.venv/lib/python3.11/site-packages/ansible
ansible collection location = /home/hramov-ms-230320/Desktop/Ansible-2/collections
executable location = /home/hramov-ms-230320/Desktop/Ansible-2/.venv/bin/ansible
python version = 3.11.6 (main, Oct 31 2023, 14:31:13) [GCC 12.2.0] (/home/hramov-ms-230320/Desktop/Ansible-2/.venv/bin/python3.11)
jinja version = 3.1.1
libyaml = False
NetBox version
v4.0.11
Python version
3.11
Steps to Reproduce
- name: Add VIP host into NetBox
netbox.netbox.netbox_ip_address:
data:
**fhrpgroup: NOT SUPPORTED**
state: present
delegate_to: localhost
- name: "Create FHRP group within netbox"
netbox.netbox.netbox_fhrp_group:
data:
**ip_address: NOT SUP**
**ip_status: NOT SUP**
state: present
Expected Behavior
- When creating an address in ipam, you need to manage it in the FHRP group
- In the web interface, when creating an FHRP group, you can specify its address and status, this is not available in the module
Observed Behavior
not supported
### Tasks
- [ ] https://github.com/netbox-community/ansible_modules/pull/1348
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working