From 7b61d43ab127b2604a6b4f1e71b6d5b71d2fb362 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Thu, 10 Jan 2019 06:43:49 +0100 Subject: Update current role --- playbooks/current.yml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'playbooks') diff --git a/playbooks/current.yml b/playbooks/current.yml index 9271e7e..e3730e9 100644 --- a/playbooks/current.yml +++ b/playbooks/current.yml @@ -1,13 +1,7 @@ #- 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 +- name: Run current temporary rules + hosts: ands + roles: + - { role: current, action: selabels } -- cgit v1.2.1