Using dns_name #431
-
I am trying to understand how to use the new dns_name option that was implemented in the following feature addition in order to reach out to a host via FQDN rather than IP for making a Kerberos connection to a host. Being that FQDN is required when using Kerberos, this is necessary to make this work for dynamic ansible inventories. The documentation I feel has gaps in explaining how to use this. Can anyone provide an example of how to make this work? My example netbox_inventory.yml file: plugin: netbox.netbox.nb_inventory
My group_vars all.yaml file: ansible_user: [email protected] I don't know what else I need to put in place to make it use the dns_name when running a playbook rather than the IP. What am I missing? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 13 replies
-
Hello,
|
Beta Was this translation helpful? Give feedback.
-
I've submitted #434 that should fix this from the |
Beta Was this translation helpful? Give feedback.
-
@spiglee This should be fixed in the 2.1.0 release of the collection which I'm working on releasing now. It should be available by tomorrow. |
Beta Was this translation helpful? Give feedback.
@spiglee This should be fixed in the 2.1.0 release of the collection which I'm working on releasing now.
It should be available by tomorrow.