Browse Source

Configure sshd server by default

Emmanuel Bouthenot 11 years ago
parent
commit
d102e00a3a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/common/defaults/main.yml

+ 1 - 1
roles/common/defaults/main.yml

@@ -22,7 +22,7 @@ with_smartd: False
 with_postfix: False
 with_mail_aliases: False
 
-with_ssh: False
+with_ssh: True
 ssh_port: 22
 ssh_ecdsa_key: True
 ssh_usedns: True