mirror of
https://gitlab.com/rusty-bever/deployment.git
synced 2026-04-08 09:35:47 +02:00
Added extra bootstrap step to avoid lockout
This commit is contained in:
parent
c5dc3db2be
commit
8923065e34
1 changed files with 2 additions and 1 deletions
|
|
@ -5,8 +5,9 @@
|
|||
roles:
|
||||
- create-debian-user
|
||||
|
||||
- name: Secure SSH.
|
||||
- name: Enable firewall & secure SSH.
|
||||
hosts: all
|
||||
become: yes
|
||||
roles:
|
||||
- networking
|
||||
- configure-ssh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue