inserting journal entry with ansible #588
-
I have tried to create a journal entry using the ansible modules but it seems we do not have this option? Should this be created as a parameter for each object, where we can for example call netbox.vlan module and provide its journal entry information ? or as a separate module completely? Is someone using this feature already in a automated way? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
This is not currently a feature. Totally can be added as a feature request, or you can use the ansible_uri module in the interim to hit the netbox api target for journal entries. |
Beta Was this translation helpful? Give feedback.
-
I've written an ansible module,
I could spend a bit of time tightening it up and make it reliably |
Beta Was this translation helpful? Give feedback.
This is not currently a feature. Totally can be added as a feature request, or you can use the ansible_uri module in the interim to hit the netbox api target for journal entries.