# Atlas Hostname: atlas Usage: HomeLab Main NAS ## Step ### Init ```bash ansible-playbook init.yaml -K -k ``` Login and exec `sudo tailscale up` and authorize Tailscale in the admin panel. ### Setup ```bash ansible-playbook setup.yaml ``` ### Import zfs pool ```bash zpool status zpool import pool1 ... zpool export pool1 ``` ### Setup Samba ```bash ansible-playbook samba.yaml ```