mirror of
https://github.com/matter-labs/ansible-en-role.git
synced 2025-12-06 02:49:55 +00:00
feat: move ssh password auth to dedicated task (#3)
## What ❔ Move task for disabling SSH password auth to dedicated task ## Why ❔ For more transparency ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [x] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [x] Documentation comments have been added / updated.
This commit is contained in:
@ -3,5 +3,9 @@
|
||||
ansible.builtin.include_tasks: firewall.yml
|
||||
when: use_predefined_iptables
|
||||
|
||||
- name: Disable SSH password auth
|
||||
ansible.builtin.include_tasks: ssh-config.yml
|
||||
when: disable_ssh_password_auth
|
||||
|
||||
- name: Prepare configs
|
||||
ansible.builtin.include_tasks: provision.yml
|
||||
|
||||
Reference in New Issue
Block a user