From 966596fd3f0e9b60aad55a05c5defa33b9f7e03f Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Fri, 13 Jan 2023 14:29:06 -0800 Subject: add ansible config for init, zfs --- clarkzjw.ca/config/atlas/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'clarkzjw.ca/config/atlas/README.md') 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 ```bash ansible-playbook setup.yaml ``` + +### Import zfs pool +```bash +zpool status +zpool import pool1 + +... +zpool export pool1 +``` + +### Setup Samba +```bash +ansible-playbook samba.yaml +``` \ No newline at end of file -- cgit v1.2.3