No description
Find a file
2019-05-06 20:41:01 -05:00
.github Update ISSUE_TEMPLATE.md 2019-03-25 14:00:36 +00:00
.vscode Update vscode tasks to include mkdocs 2018-12-26 11:56:57 +00:00
docs Merge pull request #86 from scotws/zfs_typo 2019-04-28 20:09:35 +01:00
files Add The Lounge IRC client 2019-04-12 23:31:27 +01:00
group_vars Add pyload: all.yml.dist 2019-05-06 20:41:01 -05:00
misc Add logo 2018-12-24 13:43:37 +00:00
tasks Add pyload: task yml 2019-05-06 20:41:01 -05:00
templates Add pyload: update traefik.toml 2019-05-06 20:41:01 -05:00
tests Remove requirement for separate test.yml parameters file 2019-04-13 17:57:27 +01:00
.gitattributes Add .gitattributes 2018-12-23 22:17:14 +00:00
.gitignore Update .gitignore to reflect testing changes 2019-04-13 17:58:06 +01:00
.travis.yml Fix broken bulid process 2019-04-14 14:57:32 +01:00
ansible.cfg Initial Ansible NAS commit 2017-08-28 16:31:54 +01:00
inventory.dist Change ansible_python_version to v3 2019-01-06 10:58:53 +11:00
LICENSE 2019! 2019-04-14 14:49:28 +01:00
mkdocs.yml mkdocs config update 2018-12-31 00:04:42 +00:00
nas.yml Add pyload: update nas.yml 2019-05-06 20:41:01 -05:00
permission_data.yml Update the account samba uses to serve to guests, and permission share directories accordingly 2018-12-28 13:07:40 +00:00
README.md Emby/Plex permissions now rw by default 2019-04-28 21:23:58 +02:00
requirements.yml NFS Support! 2019-04-20 12:56:53 +01:00
Vagrantfile Require at least Vagrant 2.2.2 2018-12-28 13:00:32 +00:00

Ansible NAS

Build Status Gitter chat license

After getting burned by broken FreeNAS updates one too many times, I figured I could do a much better job myself using just a stock Ubuntu install, some clever Ansible config and a bunch of Docker containers.

What This Sets Up

  • An awesome dashboard to your home server (Heimdall)
  • Any number of Samba shares or NFS exports for you to store your stuff
  • A BitTorrent client
  • Various media management tools - Sonarr, Sickchill, CouchPotato, Radarr
  • Media streaming via Plex or Emby
  • Music streaming with Airsonic
  • An RSS newsfeed reader - Miniflux
  • A Dropbox replacement via Nextcloud
  • Various ways to see stats about your NAS - Glances, dashboards in Grafana
  • A backup tool - allows scheduled backups to Amazon S3, OneDrive, Dropbox etc
  • An IRC bouncer and web-based client
  • Source control with Gitea
  • SSL secured external access to applications via Traefik
  • A Docker host with Portainer for image and container management
  • An automatic dynamic DNS updater if you use Cloudflare to host your domain DNS

Docker Containers Used

  • Airsonic - catalog and stream music
  • Bitwarden_rs - Self-Hosting port of password manager
  • Cloudflare DDNS - automatically update Cloudflare with your dynamic IP address
  • CouchPotato - for downloading and managing movies
  • Duplicati - for backing up your stuff
  • Emby - Media streaming and management
  • get_iplayer - download programmes from BBC iplayer
  • Gitea - Self-hosted Github clone
  • Glances - for seeing the state of your system via a web browser
  • Grafana - Dashboarding tool
  • Guacamole - Web based remote desktop gateway, supports VNC, RDP and SSH
  • Heimdall - Home server dashboard
  • InfluxDB - Time series database used for stats collection
  • Jackett - API Support for your favorite torrent trackers
  • MiniDlna - simple media server which is fully compliant with DLNA/UPnP-AV clients
  • Miniflux - An RSS news reader
  • MyMediaForAlexa - Lets you stream your music collection to your alexa device
  • Netdata - An extremely comprehensive system monitoring solution
  • Nextcloud - A self-hosted Dropbox alternative
  • Plex - Plex Media Server
  • Portainer - for managing Docker and running custom images
  • Radarr - for organising and downloading movies
  • Sickchill - for managing TV episodes
  • Sonarr - for downloading and managing TV episodes
  • Tautulli - Monitor Your Plex Media Server
  • Telegraf - Metrics collection agent
  • The Lounge - Web based always-on IRC client
  • TimeMachine - Mac backup server
  • Traefik - Web proxy and SSL certificate manager
  • Transmission - BitTorrent client (with OpenVPN if you have a supported VPN provider)
  • Watchtower - Monitor your Docker containers and update them if a new version is available
  • ZNC - IRC bouncer to stay connected to favourite IRC networks and channels

What This Could Do

Ansible-NAS can run anything that's in a Docker image, which is why Portainer is included. A NAS configuration is a pretty personal thing based on what you download, what media you view, how many photos you take...so it's difficult to please everyone.

That said, if specific functionality you want isn't included and you think others could benefit, add it and raise a PR!

What This Doesn't Do

Ansible NAS doesn't set up your disk partitions, primarily because getting it wrong can be incredibly destructive. That aside, configuring partitions is usually a one-time (or very infrequent) event, so there's not much to be gained by automating it.

Quick Start

💀 Before running anything, check out the playbook and understand what it does. Run it against a VM and make sure you're happy. Do not blindly download code from the internet and trust that it's going to work as you expect. 💀

  1. Enable the Ubuntu Universe repository: sudo add-apt-repository universe
  2. Install Ansible: sudo apt install ansible
  3. git clone https://github.com/davestephens/ansible-nas.git && cd ansible-nas
  4. Copy group_vars/all.yml.dist to group_vars/all.yml.
  5. Open up group_vars/all.yml and follow the instructions there for configuring your Ansible NAS.
  6. If you plan to use Transmission with OpenVPN, also copy group_vars/vpn_credentials.yml.dist to group_vars/vpn_credentials.yml and fill in your settings.
  7. Copy inventory.dist to inventory and update it.
  8. Install the dependent roles: ansible-galaxy install -r requirements.yml (you might need sudo to install Ansible roles)
  9. Run the playbook - something like ansible-playbook -i inventory nas.yml -b -K should do you nicely.

Documentation

You can read the docs here. PRs for more documentation always welcome!

Migrating from FreeNAS

Assuming that your Ubuntu system disk is separate from your storage (it should be!):

  1. Ensure you have a working backup of your data.
  2. Check that the working backup you think you have actually works.
  3. SSH to the server and run zpool list to determine available ZFS pools.
  4. zpool import <pool_name> against each of the pools you want to attach.
  5. chown -R root:root /mnt/<pool_name> to fix the ownership of the data.
  6. Follow the Quick Start instructions above.

Requirements

  • Ansible NAS targets the latest Ubuntu LTS release, which is currently Ubuntu Server 18.04.2 LTS.
  • You can run Ansible-NAS on whatever you like, read the docs for more info. I use an HP Microserver.

Getting Help

Getting help is easy! You can:

Contributing

Contributions are welcome, please feel free to raise a PR!

  • Restrict pull requests to one piece of functionality or bugfix at a time.
  • Test your new functionality or bugfix using the included tests/test-vagrant.sh script to spin up a test VM. Note that Ansible-NAS requires Vagrant version 2.2.2 or later, so for stock Ubuntu 18.04.2, you will have to download and install the newest version from https://www.vagrantup.com/downloads.html .
  • Run ansible-lint against the playbook before committing. (There is a VSCode task set up to run the right command for you)
  • Please know that your efforts are appreciated, thanks! 👍

Development of Ansible-NAS is carried out in Visual Studio Code - you'll get some nice recommended extensions and task setups if you do the same.