From cf8010653c72b65aeea767b6fb2bade93320c453 Mon Sep 17 00:00:00 2001 From: Sjaak van den Berg Date: Mon, 15 Dec 2025 23:38:21 +0100 Subject: [PATCH] 20251215T233821CET --- TODO.md | 2 +- user-data | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index fae397b..1013617 100644 --- a/TODO.md +++ b/TODO.md @@ -4,5 +4,5 @@ [x] fix duplicate vpc issue [-] take a look at flatcar [ ] switch to ipxe boot (see https://github.com/vultr/packer-plugin-vultr/issues/197) -[ ] switch to uv python +[ ] switch to uv venv for ansible [-] try other preseed.cfg's from the gist diff --git a/user-data b/user-data index 578c503..730f7d5 100644 --- a/user-data +++ b/user-data @@ -21,14 +21,15 @@ packages: ansible: package_name: ansible-core - install_method: distro - run_user: ghost + install_method: pip + # run_user: ghost pull: accept_host_key: true url: https://git.svdb.dev/svdb/debian.git playbook_name: provision.yml runcmd: +- ps -u ghost - deluser --remove-all-files linuxuser - usermod --uid 1000 ghost - groupmod --gid 1000 ghost