added .k5login to auth role

This commit is contained in:
Jordan Pryde 2016-07-06 08:41:39 -04:00
parent de4e12a423
commit 1ad217afbf
2 changed files with 2 additions and 0 deletions

1
roles/auth/files/k5login Normal file
View File

@ -0,0 +1 @@
sysadmin/admin@CSCLUB.UWATERLOO.CA

View File

@ -28,6 +28,7 @@
- { src: 'sshd_config', dest: '/etc/ssh/sshd_config' }
- { src: 'ssh_config', dest: '/etc/ssh/ssh_config' }
- { src: 'GlobalSign_Intermediate_Root_SHA256_G2.pem', dest: '/etc/ssl/certs/GlobalSign_Intermediate_Root_SHA256_G2.pem' }
- { src: 'k5login', dest: '/root/.k5login' }
- name: make sssd.conf accessable only by root
file: path=/etc/sssd/sssd.conf owner=root group=root mode=0600