diff options
Diffstat (limited to 'roles/current/tasks/firewall.yml')
-rw-r--r-- | roles/current/tasks/firewall.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/current/tasks/firewall.yml b/roles/current/tasks/firewall.yml new file mode 100644 index 0000000..672facd --- /dev/null +++ b/roles/current/tasks/firewall.yml @@ -0,0 +1,4 @@ +- name: Enable OpenShift Router statistics + firewalld: service="{{ item }}" state="enabled" permanent="true" immediate="true" + with_items: + - haproxy-stats |