metadata touchups
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "swap"
|
title: "swap"
|
||||||
tags: [ "basics" ]
|
tags: [ "system" ]
|
||||||
---
|
---
|
||||||
# Making a Swap File
|
# Making a Swap File
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user