diff --git a/ansible/roles/sshd/README.md b/ansible/roles/sshd/README.md index f7467a68f..a47f6029d 100644 --- a/ansible/roles/sshd/README.md +++ b/ansible/roles/sshd/README.md @@ -7,4 +7,4 @@ Configure sshd. - `sshd_password_authentication`: Optional bool. Whether to enable password login. Default `false`. - `sshd_disable_forwarding`: Optional bool. Whether to disable all forwarding features (X11, ssh-agent, TCP and StreamLocal). Default `true`. - `sshd_conf_src`: Optional string. Path to sshd configuration template. Default is in-role template. -- `sshd_conf_dest`: Optional string. Path to destination for sshd configuration file. Default is `/etc/ssh/sshd_config.d/10-ansible.conf` which overides `50-{cloud-init,redhat}` files, if present. +- `sshd_conf_dest`: Optional string. Path to destination for sshd configuration file. Default is `/etc/ssh/sshd_config.d/10-ansible.conf` which overrides `50-{cloud-init,redhat}` files, if present. diff --git a/docs/production.md b/docs/production.md index 9ba67a573..7876af126 100644 --- a/docs/production.md +++ b/docs/production.md @@ -13,7 +13,7 @@ production-ready deployments. - `staging`: staging environment A `dev` environment should also be created if considered required, or this - can be left until later., + can be left until later. These can all be produced using the cookicutter instructions, but the `production` and `staging` environments will need their