diff options
Diffstat (limited to 'clarkzjw.ca/config/atlas/ansible/README.md')
-rw-r--r-- | clarkzjw.ca/config/atlas/ansible/README.md | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/clarkzjw.ca/config/atlas/ansible/README.md b/clarkzjw.ca/config/atlas/ansible/README.md new file mode 100644 index 0000000..55f8989 --- /dev/null +++ b/clarkzjw.ca/config/atlas/ansible/README.md | |||
@@ -0,0 +1,34 @@ | |||
1 | # Atlas | ||
2 | |||
3 | Hostname: atlas | ||
4 | Usage: HomeLab Main NAS | ||
5 | |||
6 | ## Step | ||
7 | |||
8 | ### Init | ||
9 | |||
10 | ```bash | ||
11 | ansible-playbook init.yaml -K -k | ||
12 | ``` | ||
13 | |||
14 | Login and exec `sudo tailscale up` and authorize Tailscale in the admin panel. | ||
15 | |||
16 | ### Setup | ||
17 | ```bash | ||
18 | ansible-playbook setup.yaml | ||
19 | ``` | ||
20 | |||
21 | ### Import zfs pool | ||
22 | ```bash | ||
23 | zpool status | ||
24 | zpool import pool1 | ||
25 | |||
26 | ... | ||
27 | zpool export pool1 | ||
28 | ``` | ||
29 | |||
30 | ### Setup Samba | ||
31 | ```bash | ||
32 | source admin-rc | ||
33 | ansible-playbook samba.yaml | ||
34 | ``` | ||