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 [x] fix duplicate vpc issue
[-] take a look at flatcar [-] take a look at flatcar
[ ] switch to ipxe boot (see https://github.com/vultr/packer-plugin-vultr/issues/197) [ ] 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 [-] try other preseed.cfg's from the gist

View File

@@ -21,14 +21,15 @@ packages:
ansible: ansible:
package_name: ansible-core package_name: ansible-core
install_method: distro install_method: pip
run_user: ghost # run_user: ghost
pull: pull:
accept_host_key: true accept_host_key: true
url: https://git.svdb.dev/svdb/debian.git url: https://git.svdb.dev/svdb/debian.git
playbook_name: provision.yml playbook_name: provision.yml
runcmd: runcmd:
- ps -u ghost
- deluser --remove-all-files linuxuser - deluser --remove-all-files linuxuser
- usermod --uid 1000 ghost - usermod --uid 1000 ghost
- groupmod --gid 1000 ghost - groupmod --gid 1000 ghost