aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'clarkzjw.ca/config/atlas/ansible/README.md')
-rw-r--r--clarkzjw.ca/config/atlas/ansible/README.md34
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
3Hostname: atlas
4Usage: HomeLab Main NAS
5
6## Step
7
8### Init
9
10```bash
11ansible-playbook init.yaml -K -k
12```
13
14Login and exec `sudo tailscale up` and authorize Tailscale in the admin panel.
15
16### Setup
17```bash
18ansible-playbook setup.yaml
19```
20
21### Import zfs pool
22```bash
23zpool status
24zpool import pool1
25
26...
27zpool export pool1
28```
29
30### Setup Samba
31```bash
32source admin-rc
33ansible-playbook samba.yaml
34```
Powered by cgit v1.2.3 (git 2.41.0)