mirror of
https://gitlab.com/rusty-bever/deployment.git
synced 2026-06-15 01:36:16 +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:
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue