Home server configuration for Debian 11
- DHCP Server
- Samba share
- Transmission
ansible-playbook -i hosts -llevillage playbook.yml
(Dry) Run only on dhcp_server group:
ansible-playbook \
-i hosts \
--vault-password-file=~/.vault_pass \
playbook.yml \
--limit dhcp_server \
--check- Debug connection issues with:
nmcli connection show - Might have to migrate dhcp server networking from
/etc/network/interfacesto network-manager (nmcli)