20251216T011536CET

This commit is contained in:
Sjaak van den Berg
2025-12-16 01:15:36 +01:00
parent f2cbeabed5
commit b229cefdc8
6 changed files with 109 additions and 12 deletions

View File

@@ -19,18 +19,9 @@ packages:
- pwgen
- git
ansible:
package_name: ansible-core
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
- deluser --quiet --remove-all-files linuxuser
- usermod --uid 1000 ghost
- groupmod --gid 1000 ghost
- git clone https://git.svdb.dev/svdb/debian.git /tmp/debian
@@ -42,3 +33,4 @@ runcmd:
- uv cache clean
- rm --recursive --force $(uv python dir)
- rm --recursive --force $(uv tool dir)
- rm --recursive --force /tmp/debian