aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'clarkzjw.ca/config/atlas/README.md')
-rw-r--r--clarkzjw.ca/config/atlas/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/clarkzjw.ca/config/atlas/README.md b/clarkzjw.ca/config/atlas/README.md
index 7eb8ffb..5525ea9 100644
--- a/clarkzjw.ca/config/atlas/README.md
+++ b/clarkzjw.ca/config/atlas/README.md
@@ -15,3 +15,17 @@ ansible-playbook init.yaml -K -k
15```bash 15```bash
16ansible-playbook setup.yaml 16ansible-playbook setup.yaml
17``` 17```
18
19### Import zfs pool
20```bash
21zpool status
22zpool import pool1
23
24...
25zpool export pool1
26```
27
28### Setup Samba
29```bash
30ansible-playbook samba.yaml
31``` \ No newline at end of file
Powered by cgit v1.2.3 (git 2.41.0)