ansible: fix some typos
authorChristian Pointner <equinox@realraum.at>
Sat, 21 Apr 2018 19:39:30 +0000 (21:39 +0200)
committerChristian Pointner <equinox@realraum.at>
Sat, 21 Apr 2018 19:39:30 +0000 (21:39 +0200)
ansible/README.md
ansible/README_vault.md

index cb0104b..a020642 100644 (file)
@@ -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
 
 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 <some-name>.vault.yml.
+`secrets` directory and name them <some-name>.vault.yml.
 
 r3 NOC uses [ansible-vault-tools](https://github.com/building5/ansible-vault-tools)
 to manage/diff/merge changes in vaults.
 
 r3 NOC uses [ansible-vault-tools](https://github.com/building5/ansible-vault-tools)
 to manage/diff/merge changes in vaults.
index 1479c0a..c930a1d 100644 (file)
@@ -2,7 +2,7 @@ Secrets and Vaults
 ==================
 
 All secrets are stored inside encrypted ansible vault files which live in
 ==================
 
 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.
 
 Access to the vault files is controlled via GPG keys. Anybody who uses this
 ansible repository needs to have a GPG key.