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
- Host: GitHub
- URL: https://github.com/maur1th/nar-shaddaa
- Owner: maur1th
- License: apache-2.0
- Created: 2017-02-22T19:02:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-07-14T17:17:32.000Z (11 months ago)
- Last Synced: 2025-11-29T23:20:01.681Z (7 months ago)
- Topics: ansible, debian, samba, transmission-daemon
- Language: Dockerfile
- Size: 125 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`)