From 3f9b16b010aef1201e6ac8fa8174ccbecc7de51c Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 6 Oct 2025 11:54:41 +0300 Subject: Refactor to use tags --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') 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, \. -- cgit v1.3