infra/host-provisioner/pipeline/head This commit looks good
Details
Since the host-provisioner connects to remote machines as _root_, it normally doesn't use Ansible's "become" system at all. Some tasks, though, need to to use it to switch to a specific unprivileged user. For those, `doas` is not appropriate, since it doesn't permit root by default. Rather than adjust this configuration, let's switch to `su` which requires no configuration, and does allow root. |
||
---|---|---|
ci | ||
.containerignore | ||
.gitignore | ||
Containerfile | ||
host_provisioner.py | ||
pyproject.toml |