You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when managed: false -> the create.yml is never run
when managed: true -> the ansible_ssh_common_args is ignored
after long hours of troubleshoot. the _get_instance_config does not seems to detect my instance_config. My instance_config.yml produced by create.yml earlier looks correct however. #1292 (comment)
I created my molecule template using the following command
I do not know what am I supposed to do. My initial problem is that the verify command fail because of error Name or service not known (that's normal since the platform name is not known in our infra).
Creating an ssh config is error prone, the ansible_host do the job usually. but I m running out of idea.
The text was updated successfully, but these errors were encountered:
Issue Type
Molecule and Ansible details
Molecule installation method (one of):
Ansible installation method (one of):
Detail any linters or test runners used:
Desired Behavior
override ssh_config in with delegated managed configuration
~/.cache/molecule/project/default/inventory/ansible_inventory.yml
Actual Behaviour
I tried many combination of options, but I'm still not able to override the default ssh client behavior.
when managed: false -> the create.yml is never run
when managed: true -> the ansible_ssh_common_args is ignored
after long hours of troubleshoot. the
_get_instance_config
does not seems to detect my instance_config. My instance_config.yml produced by create.yml earlier looks correct however.#1292 (comment)
I created my molecule template using the following command
I do not know what am I supposed to do. My initial problem is that the
verify
command fail because of errorName or service not known
(that's normal since theplatform name
is not known in our infra).Creating an ssh config is error prone, the ansible_host do the job usually. but I m running out of idea.
The text was updated successfully, but these errors were encountered: