Skip to content
This repository was archived by the owner on Dec 26, 2020. It is now read-only.

Commit 78fc2be

Browse files
authored
Merge pull request #269 from dennisse/master
Removing 2fa
2 parents 31c4895 + f3458bc commit 78fc2be

File tree

2 files changed

+0
-42
lines changed

2 files changed

+0
-42
lines changed

tasks/2fa.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

tasks/hardening.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,6 @@
6969
include_tasks: ca_keys_and_principals.yml
7070
when: ssh_trusted_user_ca_keys_file | length > 0
7171

72-
- name: include tasks to setup 2FA
73-
include_tasks: 2fa.yml
74-
when:
75-
- ssh_use_pam | bool
76-
- ssh_challengeresponseauthentication | bool
77-
7872
- name: include selinux specific tasks
7973
include_tasks: selinux.yml
8074
when: ansible_selinux and ansible_selinux.status == "enabled"

0 commit comments

Comments
 (0)