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