This commit is contained in:
2023-12-01 20:11:18 +01:00
parent 0c058e1a87
commit 74cb59cda1
66 changed files with 7363 additions and 294 deletions

View File

@ -1502,7 +1502,7 @@ apt_lxc_host_pkgs:
- lxcfs
- python3-lxc
- debootstrap
- ntp
- ntpsec
yum_lxc_host_pkgs_centos:
- bridge-utils
@ -1533,7 +1533,13 @@ apt_kvm_host_pkgs:
- libguestfs-tools
- kpartx
- debootstrap
- ntp
- ntpsec
apt_gateway_host_pkgs:
- iptraf
- speedtest-cli
# available in debian 10 (buster) but not in debian 11 (bullseye)
#
@ -1976,6 +1982,17 @@ default_user:
- 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO90culn3sicU2chTHn40ytcTay0nUIHap0uF/5fVM6P chris@sol'
- 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOQHMUKlDh2ufno5pZOhUY5xFljC1R5zQ/GjOHDkS58D root@sol'
- name: localadmin
user_id: 1051
group_id: 1051
group: localadmin
password: $6$flo5afeu$1Dn/tqIOJIFQbymCzpJk9BgGflQdy2Eg0nTiMBF7VefN7uY/Md1pV2yU0S47kZuH5aDjSdPfKzhHp8Aul/xx90
shell: /bin/bash
ssh_keys:
- 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO90culn3sicU2chTHn40ytcTay0nUIHap0uF/5fVM6P chris@sol'
- 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOQHMUKlDh2ufno5pZOhUY5xFljC1R5zQ/GjOHDkS58D root@sol'
- name: back
user_id: 1060
group_id: 1060