metadata touchups

This commit is contained in:
2026-04-20 09:40:23 +02:00
parent 86abe415ad
commit 0bd5b53092
6 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
--- ---
title: "pass" title: "pass"
tags: [ "data", "credentials", "secrets" ] tags: [ "data", "credentials", "secrets" ]
requires: "gpg" requires: [ "gpg" ]
--- ---
Setup [gpg](gpg.md) keys. Setup [gpg](gpg.md) keys.

View File

@@ -1,6 +1,6 @@
--- ---
title: "Sharing Secrets" 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. You can share parts of a secret with multiple people, so only some of them need to agree to see the secret.

View File

@@ -1,7 +1,7 @@
--- ---
title: "Ansible Basics" title: "Ansible Basics"
tags: [ "system", "ansible", "orchestration" ] tags: [ "system", "ansible", "orchestration" ]
requires: [ "ssh" ] requires: [ "ssh", "pass" ]
--- ---
# Start Locally # Start Locally
@@ -95,7 +95,7 @@ all:
Check the inventory in yaml format: Check the inventory in yaml format:
```sh ```sh
ansible-inventory --list -y -i ansible-inventory --list -y -i hosts
``` ```
```sh ```sh

View File

@@ -2,7 +2,7 @@
title: "processes" title: "processes"
tags: [ "basics" ] tags: [ "basics" ]
--- ---
# Proccesses # Processes
See running items in current terminal with See running items in current terminal with

View File

@@ -1,6 +1,6 @@
--- ---
title: "swap" title: "swap"
tags: [ "basics" ] tags: [ "system" ]
--- ---
# Making a Swap File # Making a Swap File