Skip to content

Commit

Permalink
Merge pull request #269 from dennisse/master
Browse files Browse the repository at this point in the history
Removing 2fa
  • Loading branch information
rndmh3ro authored Mar 27, 2020
2 parents 31c4895 + f3458bc commit 78fc2be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 42 deletions.
36 changes: 0 additions & 36 deletions tasks/2fa.yml

This file was deleted.

6 changes: 0 additions & 6 deletions tasks/hardening.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,6 @@
include_tasks: ca_keys_and_principals.yml
when: ssh_trusted_user_ca_keys_file | length > 0

- name: include tasks to setup 2FA
include_tasks: 2fa.yml
when:
- ssh_use_pam | bool
- ssh_challengeresponseauthentication | bool

- name: include selinux specific tasks
include_tasks: selinux.yml
when: ansible_selinux and ansible_selinux.status == "enabled"

0 comments on commit 78fc2be

Please sign in to comment.