aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-01-13 16:44:02 -0800
committerclarkzjw <[email protected]>2023-01-13 16:44:02 -0800
commit945aa9e6f634a078937fdf21d09f32e77f4c1a7b (patch)
tree8e0bf62f54603f7659e13b95469736dbd602bd07 /clarkzjw.ca/config/atlas/ansible/README.md
parent18f16d87fe6989b6f8684fe6fcb277e906e29a8e (diff)
downloadhomelab-945aa9e6f634a078937fdf21d09f32e77f4c1a7b.tar.gz
reorganize folders
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)