FatmanUK / dreamtrack23

Minimal home automation platform.
0 stars 0 forks source link

[FEATURE] Virt-sysprep ops/custs #17

Closed FatmanUK closed 10 months ago

FatmanUK commented 10 months ago

A lot of these can be done in the base image. The rest can be done with Ansible. The "not needed" comment below refers to virt-sysprep which is a bit awkward at the moment.

Most of this can be done manually in the base image.

FatmanUK commented 10 months ago

Also: '--hostname' '{{ inventory_hostname }}.{{ domain }}'

FatmanUK commented 10 months ago

Also this: write-append /etc/ssh/sshd_config "{{ sshd_extra_line }}" sshd_extra_line: 'PubkeyAcceptedAlgorithms ssh-rsa'