blob: 55f8989060fdbcbf508d317b5ce56fcc9af87564 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# 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
source admin-rc
ansible-playbook samba.yaml
```
|