summaryrefslogtreecommitdiffstats
path: root/roles/current/tasks/firewall.yml
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2019-01-10 06:43:49 +0100
committerSuren A. Chilingaryan <csa@suren.me>2019-01-10 06:43:49 +0100
commit7b61d43ab127b2604a6b4f1e71b6d5b71d2fb362 (patch)
tree85efa337b6e8375255022dd70dccd6f5b9bb5e38 /roles/current/tasks/firewall.yml
parent18da6e4b5942f4fcaa9db3ba3bf1dfcd1857e9ea (diff)
downloadands-7b61d43ab127b2604a6b4f1e71b6d5b71d2fb362.tar.gz
ands-7b61d43ab127b2604a6b4f1e71b6d5b71d2fb362.tar.bz2
ands-7b61d43ab127b2604a6b4f1e71b6d5b71d2fb362.tar.xz
ands-7b61d43ab127b2604a6b4f1e71b6d5b71d2fb362.zip
Update current role
Diffstat (limited to 'roles/current/tasks/firewall.yml')
-rw-r--r--roles/current/tasks/firewall.yml4
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