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
Is your feature request related to a problem? Please describe.
When you deliberately start an LXC in a subnet that your Ansible controlhost cannot reach, the role will always fail at the "Wait until sshd of LXC '{{ item.hostname }}' is ready" task.
Describe the solution you'd like
The role should check the network interfaces that your Ansible host is in and then compare it with the address you want to assign to the container. If it's clear beforehand that you won't be able to access the host, this task should be skipped.
Describe alternatives you've considered
You could define a default variable with your IP subnet. Then compare this variable to the IP address that you assign to the LXC.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When you deliberately start an LXC in a subnet that your Ansible controlhost cannot reach, the role will always fail at the
"Wait until sshd of LXC '{{ item.hostname }}' is ready"
task.Describe the solution you'd like
The role should check the network interfaces that your Ansible host is in and then compare it with the address you want to assign to the container. If it's clear beforehand that you won't be able to access the host, this task should be skipped.
Describe alternatives you've considered
You could define a default variable with your IP subnet. Then compare this variable to the IP address that you assign to the LXC.
The text was updated successfully, but these errors were encountered: