aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-10-06 11:54:41 +0300
committerJan Tuomi <jan@jantuomi.fi>2025-10-06 11:54:41 +0300
commit3f9b16b010aef1201e6ac8fa8174ccbecc7de51c (patch)
tree8788f8002a4f6776c1c15614e12c7ee0c28d36dc /README.md
parent5adcc04e4c3441de8258b29216411bb53a709c0f (diff)
Refactor to use tags
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index f55a981..774b67f 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,6 @@ This repository describes my home server setup with Ansible. The server machine
1. Download a recent FreeBSD release. Tested with https://download.freebsd.org/releases/amd64/amd64/ISO-IMAGES/14.3/FreeBSD-14.3-RELEASE-amd64-memstick.img.
2. Run the installer off a USB drive. During installation, configure:
-
- a Finnish keymap
- hostname "pursotin"
- an Auto-ZFS setup with Root-on-ZFS, pool name "zroot"
@@ -34,9 +33,11 @@ PermitRootLogin yes
Use an [.envrc file](https://direnv.net/) to provide secrets through the shell environment. Required variables are listed in `playbook.yml`.
```shell
-ansible-playbook -i inventory playbook.yml
+ansible-playbook -i inventory playbook.yml -t [tag1] [tag2] ...
```
+See `playbook.yml` for available tags.
+
## Author
Jan Tuomi, \<jan at jantuomi.fi\>.