Explorar el Código

readded google authenticator lines

fengor hace 10 años
padre
commit
2fd1e1b722
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4
    0
      roles/common/tasks/main.yml

+ 4
- 0
roles/common/tasks/main.yml Ver fichero

@@ -73,3 +73,7 @@
73 73
 - include: ufw.yml tags=ufw
74 74
 - include: security.yml tags=security
75 75
 - include: ntp.yml tags=ntp
76
+- include: google_auth.yml tags=google_auth
77
+  when: ansible_distribution_release != 'trusty'
78
+- include: google_auth_mod.yml tags=google_auth
79
+  when: ansible_distribution_release == 'trusty'

Loading…
Cancelar
Guardar