From 0bd5b530923492d9ba25174404a749b68a5da33b Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Mon, 20 Apr 2026 09:40:23 +0200 Subject: [PATCH] metadata touchups --- data/pass.md | 2 +- data/sharing_secrets.md | 2 +- system/{ansible/ansible_basics.md => ansible.md} | 4 ++-- system/processes.md | 2 +- system/swap.md | 2 +- system/{systemd/systemd_basics.md => systemd.md} | 0 6 files changed, 6 insertions(+), 6 deletions(-) rename system/{ansible/ansible_basics.md => ansible.md} (96%) rename system/{systemd/systemd_basics.md => systemd.md} (100%) diff --git a/data/pass.md b/data/pass.md index 324a69f..99a7dcb 100644 --- a/data/pass.md +++ b/data/pass.md @@ -1,7 +1,7 @@ --- title: "pass" tags: [ "data", "credentials", "secrets" ] -requires: "gpg" +requires: [ "gpg" ] --- Setup [gpg](gpg.md) keys. diff --git a/data/sharing_secrets.md b/data/sharing_secrets.md index 78d53e5..19a6d08 100644 --- a/data/sharing_secrets.md +++ b/data/sharing_secrets.md @@ -1,6 +1,6 @@ --- title: "Sharing Secrets" -tags: [ "data", "death", "secrets", "ssss" ] +tags: [ "data", "death", "secrets" ] --- You can share parts of a secret with multiple people, so only some of them need to agree to see the secret. diff --git a/system/ansible/ansible_basics.md b/system/ansible.md similarity index 96% rename from system/ansible/ansible_basics.md rename to system/ansible.md index 9d9aa56..5f97e56 100644 --- a/system/ansible/ansible_basics.md +++ b/system/ansible.md @@ -1,7 +1,7 @@ --- title: "Ansible Basics" tags: [ "system", "ansible", "orchestration" ] -requires: [ "ssh" ] +requires: [ "ssh", "pass" ] --- # Start Locally @@ -95,7 +95,7 @@ all: Check the inventory in yaml format: ```sh -ansible-inventory --list -y -i +ansible-inventory --list -y -i hosts ``` ```sh diff --git a/system/processes.md b/system/processes.md index b0b954c..1a4aa5e 100644 --- a/system/processes.md +++ b/system/processes.md @@ -2,7 +2,7 @@ title: "processes" tags: [ "basics" ] --- -# Proccesses +# Processes See running items in current terminal with diff --git a/system/swap.md b/system/swap.md index 5a06084..3c7fddf 100644 --- a/system/swap.md +++ b/system/swap.md @@ -1,6 +1,6 @@ --- title: "swap" -tags: [ "basics" ] +tags: [ "system" ] --- # Making a Swap File diff --git a/system/systemd/systemd_basics.md b/system/systemd.md similarity index 100% rename from system/systemd/systemd_basics.md rename to system/systemd.md