From 20e58d9151873b53147af32e0c6c30c7ee2392d9 Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Wed, 3 Mar 2021 18:07:26 +0000 Subject: [PATCH] updating playbook --- test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test.yml b/test.yml index 57e5406..9cb8c49 100644 --- a/test.yml +++ b/test.yml @@ -1,9 +1,12 @@ --- - hosts: all vars: - install_cargo_packages: false + install_cargo_packages: true roles: + - role: nickjj.fail2ban + tags: [server, fail2ban] - role: setup + - role: ssh - role: shell - role: python - role: rust