From 5a15f65db3dfb245919bdd534e93bd711db2eb60 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sat, 24 Mar 2018 03:05:47 +0100 Subject: Minor tunning --- playbooks/current.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 playbooks/current.yml (limited to 'playbooks') diff --git a/playbooks/current.yml b/playbooks/current.yml new file mode 100644 index 0000000..9271e7e --- /dev/null +++ b/playbooks/current.yml @@ -0,0 +1,13 @@ +#- import_playbook: maintain.yml +#- name: Add Firewall serices +# hosts: ands +# roles: +# - { role: ands_network, action: firewall } + + +- hosts: masters + tasks: + - name: Enable OpenShift Router statistics + firewalld: service="{{ item }}" state="enabled" permanent="true" immediate="true" + with_items: + - haproxy-stats -- cgit v1.2.1