diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-01-10 06:43:49 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-01-10 06:43:49 +0100 |
commit | 7b61d43ab127b2604a6b4f1e71b6d5b71d2fb362 (patch) | |
tree | 85efa337b6e8375255022dd70dccd6f5b9bb5e38 /playbooks/current.yml | |
parent | 18da6e4b5942f4fcaa9db3ba3bf1dfcd1857e9ea (diff) | |
download | ands-7b61d43ab127b2604a6b4f1e71b6d5b71d2fb362.tar.gz ands-7b61d43ab127b2604a6b4f1e71b6d5b71d2fb362.tar.bz2 ands-7b61d43ab127b2604a6b4f1e71b6d5b71d2fb362.tar.xz ands-7b61d43ab127b2604a6b4f1e71b6d5b71d2fb362.zip |
Update current role
Diffstat (limited to 'playbooks/current.yml')
-rw-r--r-- | playbooks/current.yml | 14 |
1 files changed, 4 insertions, 10 deletions
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 } |