Skip to content

Commit

Permalink
feat(10-042): actually use ignore_nss_backends in the maintenance_10_…
Browse files Browse the repository at this point in the history
…linux role
  • Loading branch information
s3lph committed Feb 10, 2023
1 parent 232e03d commit b9197a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions roles/maintenance_10_linux/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ linux_allowed_ssh_nss_backends:
- compat
- db
- systemd
linux_allowed_ssh_ignored_nss_backends: []

linux_allowed_login_users:
- root
Expand Down
1 change: 1 addition & 0 deletions roles/maintenance_10_linux/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@
adfinis.maintenance.audit_ssh_authorizedkeys:
allowed: "{{ linux_allowed_ssh_authorized_keys + linux_additional_ssh_authorized_keys }}"
limit_nss_backends: "{{ linux_allowed_ssh_nss_backends }}"
ignore_nss_backends: "{{ linux_allowed_ssh_ignored_nss_backends }}"
check_mode: yes

- <<: *task
Expand Down

0 comments on commit b9197a1

Please sign in to comment.