we use now evolinux-sudo group to set sudo rights

This commit is contained in:
Gregory Colpart 2017-09-08 00:15:53 +02:00
parent 9f01e1869d
commit a074f6488a

View file

@ -8,7 +8,7 @@
blockinfile:
dest: /etc/ssh/sshd_config
block: |
Match Group sudo
Match Group evolinux-sudo
PasswordAuthentication no
Match Address {{ evolinux_ssh_password_auth_addresses | join(',') }}
PasswordAuthentication yes