diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2018-12-28 22:47:51 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2018-12-28 22:47:51 +0100 |
commit | 17a6c2aa2c5610860da11ad242aa8c79507442a2 (patch) | |
tree | 9c69e36794b091469cc57af41ed505aa3d755d0d /ansible/roles/ufw | |
parent | fbcf643e474edce8e42b12ea383ec8ebeb4c9ff5 (diff) | |
download | infra-17a6c2aa2c5610860da11ad242aa8c79507442a2.tar.gz infra-17a6c2aa2c5610860da11ad242aa8c79507442a2.tar.bz2 infra-17a6c2aa2c5610860da11ad242aa8c79507442a2.tar.xz infra-17a6c2aa2c5610860da11ad242aa8c79507442a2.zip |
wireguard: working config + ipv6.
Diffstat (limited to 'ansible/roles/ufw')
-rw-r--r-- | ansible/roles/ufw/tasks/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible/roles/ufw/tasks/main.yml b/ansible/roles/ufw/tasks/main.yml index e66ef58..b372eb7 100644 --- a/ansible/roles/ufw/tasks/main.yml +++ b/ansible/roles/ufw/tasks/main.yml @@ -18,8 +18,8 @@ # be processed COMMIT -# - ufw: -# state: enabled + - ufw: + state: enabled # - ufw: # default: allow |