Replies: 2 comments 2 replies
-
Wait: is there a way to change the name of a virtual machine in Netbox using Ansible? 🤔 |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hello |
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
-
I have a custom field named
uid
to keep the UUIDs assigned to VMs across several virtualization platforms.Now, I'd prefer to rely on that field, rather than the VM name (that could change over time).
Unfortunately, when if I try to run the following task...
... I get this error
I see the following request on the server:
It seems that the
cf_uid
param is stripped by Ansible or Python module.How can I get my "unique ID" custom field to act as a real unique ID?
Beta Was this translation helpful? Give feedback.
All reactions