소스 검색

readded google authenticator lines

fengor 10 년 전
부모
커밋
2fd1e1b722
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4
    0
      roles/common/tasks/main.yml

+ 4
- 0
roles/common/tasks/main.yml 파일 보기

@@ -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…
취소
저장