20251215T233821CET

This commit is contained in:
Sjaak van den Berg
2025-12-15 23:38:21 +01:00
parent a350034cdc
commit cf8010653c
2 changed files with 4 additions and 3 deletions

View File

@@ -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

View File

@@ -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