metadata touchups
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "pass"
|
||||
tags: [ "data", "credentials", "secrets" ]
|
||||
requires: "gpg"
|
||||
requires: [ "gpg" ]
|
||||
---
|
||||
|
||||
Setup [gpg](gpg.md) keys.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "processes"
|
||||
tags: [ "basics" ]
|
||||
---
|
||||
# Proccesses
|
||||
# Processes
|
||||
|
||||
See running items in current terminal with
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "swap"
|
||||
tags: [ "basics" ]
|
||||
tags: [ "system" ]
|
||||
---
|
||||
# Making a Swap File
|
||||
|
||||
|
||||
Reference in New Issue
Block a user