From 7705504cf7092db82cd949d07a4a7fc083fced7f Mon Sep 17 00:00:00 2001 From: staticsafe Date: Wed, 21 Aug 2019 21:53:38 -0400 Subject: [PATCH] add firewall-ruleset-deploy to site.yml --- ubuntu/site.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ubuntu/site.yml b/ubuntu/site.yml index c020aae..471f82b 100644 --- a/ubuntu/site.yml +++ b/ubuntu/site.yml @@ -52,3 +52,10 @@ roles: - apt-maintenance + +- name: Deploy firewall rules + hosts: firewalled + user: root + + roles: + - firewall-ruleset-deploy