Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace dict_key by inventory_hostname #258

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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.

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.

1 participant