diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-10-06 11:54:41 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-10-06 11:54:41 +0300 |
| commit | 3f9b16b010aef1201e6ac8fa8174ccbecc7de51c (patch) | |
| tree | 8788f8002a4f6776c1c15614e12c7ee0c28d36dc /README.md | |
| parent | 5adcc04e4c3441de8258b29216411bb53a709c0f (diff) | |
Refactor to use tags
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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\>. |
