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

Commit afe9557

Browse files
dennisseSebastian Gumprich
authored andcommitted
Removing 2fa
As discussed in #260, 2fa does not really belong in a role for configuring ssh. Signed-off-by: Dennis Eriksen <d@ennis.no>
1 parent eb946ef commit afe9557

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)