Don't disable root access by default

It will be caught by evocheck if we forget to disable it
but will prevent locking ourselves out if we don't create users
This commit is contained in:
Jérémy Lecour 2017-10-04 23:43:33 +02:00
parent ee80235e14
commit 622698fb99
2 changed files with 2 additions and 2 deletions

View file

@ -36,6 +36,6 @@ Main variables are:
* `evolinux_additional_packages`: optional additional packages to install (default: `[]`)
* `evolinux_postfix_purge_exim`: purge Exim packages (default: `True`) ;
* `evolinux_ssh_password_auth_addresses`: list of addresses that can authenticate with a password (default: `[]`)
* `evolinux_ssh_disable_root`: disable SSH access for root (default: `True`)
* `evolinux_ssh_disable_root`: disable SSH access for root (default: `False`)
The full list of variables (with default values) can be found in `defaults/main.yml`.

View file

@ -119,7 +119,7 @@ evolinux_ssh_include: True
evolinux_ssh_password_auth_addresses: []
evolinux_ssh_match_address: True
evolinux_ssh_disable_root: True
evolinux_ssh_disable_root: False
evolinux_ssh_disable_acceptenv: True
# postfix