Skip to content

Conversation

@antifob
Copy link

@antifob antifob commented Aug 3, 2024

dict_key is defined for each hosts in ansible's inventory. Its value is used to access configuration parameters in a lab's data/config.json file. Since the value of dict_key is always equal to the machine's name in ansible's inventory, it is equal to ansible's inventory_hostname variable.

This patch:

  • replaces dict_key by inventory_hostname in playbooks and roles;
  • removes dict_key from inventories.

@Mayfly277
Copy link
Collaborator

That is a nice idea, but i prefer to keep flexibility between the json definition and the inventory file using the dict_key.

@Mayfly277 Mayfly277 closed this Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants