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
{{ message }}
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.
There are 2 values for ansible_connection: local and community.docker.nsenter. this can't be right
nsenter is designed to allow ansible in a container to act as the host (afaik), so I don't see the utility of this when using ssh to the server (as the README is describing), when surely the commands are run as root via ssh?
nsenter is useful when ansible is run in a container on the matrix host itself, afaik. (how this is different to --privileged would be useful to know also)
The text was updated successfully, but these errors were encountered:
The readme suggests the line:
matrix.YOUR.DOMAIN ansible_host=YOUR_SERVERS_IP ansible_connection=local ansible_ssh_user=root ansible_connection=community.docker.nsenter
This seems off to me:
nsenter is useful when ansible is run in a container on the matrix host itself, afaik. (how this is different to --privileged would be useful to know also)
The text was updated successfully, but these errors were encountered: