Added extra bootstrap step to avoid lockout

This commit is contained in:
Jef Roosens 2021-12-17 12:36:34 +01:00
parent c5dc3db2be
commit 8923065e34
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30

View file

@ -5,8 +5,9 @@
roles:
- create-debian-user
- name: Secure SSH.
- name: Enable firewall & secure SSH.
hosts: all
become: yes
roles:
- networking
- configure-ssh