From 85d8b51856317477897b53f5a0f1e10d2ba8c764 Mon Sep 17 00:00:00 2001 From: panda Date: Tue, 27 Dec 2022 19:41:06 +0100 Subject: [PATCH] Update 'common.yml' --- common.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/common.yml b/common.yml index 81184f2..f800572 100644 --- a/common.yml +++ b/common.yml @@ -182,12 +182,8 @@ - net.ipv6.conf.default.disable_ipv6 - net.ipv6.conf.lo.disable_ipv6 - -- name: "ssh_hardening" - hosts: localhost - connection: local - roles: - - ssh_hardening + - ansible.builtin.include_role: + name: ssh_hardening - name: "copy iptables disable script to/scripts" copy: