Added extra bootstrap step to avoid lockout

gitea-rework
Jef Roosens 2021-12-17 12:36:34 +01:00
parent c5dc3db2be
commit 8923065e34
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
1 changed files with 2 additions and 1 deletions

View File

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