Go to file
Dustin d860a25986
infra/host-provisioner/pipeline/head This commit looks good Details
Set become method to su
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.
2025-07-08 20:11:19 -05:00
ci ci: Add Jenkins pipeline 2025-02-07 21:16:23 -06:00
.containerignore Begin host provisioner script 2025-02-07 19:00:15 -06:00
.gitignore Begin host provisioner script 2025-02-07 19:00:15 -06:00
Containerfile Begin host provisioner script 2025-02-07 19:00:15 -06:00
host_provisioner.py Set become method to su 2025-07-08 20:11:19 -05:00
pyproject.toml Begin host provisioner script 2025-02-07 19:00:15 -06:00