An open API service indexing awesome lists of open source software.

https://github.com/maur1th/nar-shaddaa

Home server configuration
https://github.com/maur1th/nar-shaddaa

ansible debian samba transmission-daemon

Last synced: about 1 month ago
JSON representation

Home server configuration

Awesome Lists containing this project

README

          

# nar-shaddaa
Home server configuration for Debian 11

## Features
- DHCP Server
- Samba share
- Transmission

## How to use

### Le Village

`ansible-playbook -i hosts -llevillage playbook.yml`

### Home

(Dry) Run only on dhcp_server group:
```bash
ansible-playbook \
-i hosts \
--vault-password-file=~/.vault_pass \
playbook.yml \
--limit dhcp_server \
--check
```

## Troubleshooting

* Debug connection issues with: `nmcli connection show`
* Might have to migrate dhcp server networking from `/etc/network/interfaces` to network-manager (`nmcli`)