From 39f80a8bb73d52874dde3f93b4a07e8fd9995475 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 21 Apr 2018 21:39:30 +0200 Subject: [PATCH] ansible: fix some typos --- ansible/README.md | 2 +- ansible/README_vault.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/README.md b/ansible/README.md index cb0104b..a020642 100644 --- a/ansible/README.md +++ b/ansible/README.md @@ -85,7 +85,7 @@ Of course the latter file needs to be created using `ansible-vault`. If you want to store secrets that by default shouldn't be automatically exposed to hosts and groups as variables please put the vault files into -`secrets` directory and should be name .vault.yml. +`secrets` directory and name them .vault.yml. r3 NOC uses [ansible-vault-tools](https://github.com/building5/ansible-vault-tools) to manage/diff/merge changes in vaults. diff --git a/ansible/README_vault.md b/ansible/README_vault.md index 1479c0a..c930a1d 100644 --- a/ansible/README_vault.md +++ b/ansible/README_vault.md @@ -2,7 +2,7 @@ Secrets and Vaults ================== All secrets are stored inside encrypted ansible vault files which live in -`host-vars`, `group_vars` or inside the secrets directory. +`host_vars`, `group_vars` or inside the `secrets` directory. Access to the vault files is controlled via GPG keys. Anybody who uses this ansible repository needs to have a GPG key. -- 1.7.10.4