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