From 8923065e3415dd46a554a8d975bca16b76bbc1c4 Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Fri, 17 Dec 2021 12:36:34 +0100 Subject: [PATCH] Added extra bootstrap step to avoid lockout --- bootstrap.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap.yml b/bootstrap.yml index f4cc8d6..0d9d17b 100644 --- a/bootstrap.yml +++ b/bootstrap.yml @@ -5,8 +5,9 @@ roles: - create-debian-user -- name: Secure SSH. +- name: Enable firewall & secure SSH. hosts: all become: yes roles: + - networking - configure-ssh