evolinux-base: don't disable root ssh by default

This commit is contained in:
Jérémy Lecour 2017-10-10 21:58:03 +02:00
parent bf2cd96793
commit 79e57b7787
2 changed files with 6 additions and 4 deletions

View file

@ -113,9 +113,10 @@ evolinux_ssh_match_address: True
evolinux_ssh_disable_acceptenv: True
evolinux_ssh_allow_current_user: False
# evolinux users
evolinux_users_include: True
### disabled because of a memory leak
# # evolinux users
#
# evolinux_users_include: True
# root
@ -129,7 +130,7 @@ evolinux_root_gitconfig: True
evolinux_root_bash_history_appendonly: True
evolinux_root_vim_default: True
evolinux_root_vim_conf: True
evolinux_root_disable_ssh: True
evolinux_root_disable_ssh: False
# postfix

View file

@ -47,6 +47,7 @@
include: ssh.yml
when: evolinux_ssh_include
### disabled because of a memory leak
# - name: Create evolinux users
# include_role:
# name: evolinux-users