From: Christian Pointner Date: Sat, 21 Apr 2018 19:39:30 +0000 (+0200) Subject: ansible: fix some typos X-Git-Url: https://git.realraum.at/?p=noc.git;a=commitdiff_plain;h=39f80a8bb73d52874dde3f93b4a07e8fd9995475 ansible: fix some typos --- 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.