Replies: 1 comment
-
It is solved in a different way. I used the ansible API call module to query for the vrf id. I created then with another API call a fhrp group and created a fact with its id. Then created an IP address and created another fact with its id. Finally using another API call updated the IP address with assigned information(assigned_object_type and assigned_object_id) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Community,
I am using the latest ansible netbox modules (3.21) and I came across a problem.
I am looking to create an ip address and assign it to fhrp group, but in netbox.netbox.netbox_ip_address module there is field for it. I thought that we could use the fhrp_group under data, but I get an error.
'Unsupported parameters for (netbox.netbox.netbox_ip_address) module: data.fhrp_group.
Any idea how I can solve this?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions