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"
tags: [ "data", "credentials", "secrets" ]
requires: "gpg"
requires: [ "gpg" ]
---
Setup [gpg](gpg.md) keys.

View File

@@ -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.

View File

@@ -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

View File

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

View File

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