2018-12-29 14:50:04 +01:00
|
|
|
---
|
2019-01-08 14:00:20 +01:00
|
|
|
- name: Reset ufw to factory defaults
|
|
|
|
ufw:
|
|
|
|
state: reset
|
|
|
|
- name: Disable ufw
|
|
|
|
ufw:
|
|
|
|
# Some versions of ufw have a bug which won't disable on reset.
|
|
|
|
# That's why we explicitly deactivate here. See
|
|
|
|
# https://bugs.launchpad.net/ufw/+bug/1810082
|
|
|
|
state: disabled
|
2018-12-29 14:50:04 +01:00
|
|
|
- name: "Loading tasks from {{ item }}"
|
|
|
|
include_tasks: "{{ item }}"
|