-
Notifications
You must be signed in to change notification settings - Fork 1
Description
DEBUG :: test_host_vars :: {"var": [{"variable_key": "inventory_hostname", "variable_value": "localhost", "host": "localhost", "uri": "/eisen/api/v1.0/host/1"}, {"variable_key": "inventory_hostname_short", "variable_value": "localhost", "host": "localhost", "uri": "/eisen/api/v1.0/host/2"}, {"variable_key": "ansible_port", "variable_value": "22", "host": "localhost", "uri": "/eisen/api/v1.0/host/3"}, {"variable_key": "ansible_ssh_pass", "variable_value": "vagrant", "host": "localhost", "uri": "/eisen/api/v1.0/host/4"}, {"variable_key": "ansible_ssh_user", "variable_value": "vagrant", "host": "localhost", "uri": "/eisen/api/v1.0/host/5"}, {"variable_key": "group_names", "variable_value": "['ungrouped']", "host": "localhost", "uri": "/eisen/api/v1.0/host/6"}, {"variable_key": "ansible_ssh_port", "variable_value": "22", "host": "localhost", "uri": "/eisen/api/v1.0/host/7"}]}
looks like vars get is showing more host in the same vars, like 127.0.0.1 and localhost
this action need to be checked.