20251215T233821CET
This commit is contained in:
2
TODO.md
2
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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user