summaryrefslogtreecommitdiffstats
path: root/playbooks/current.yml
blob: 9271e7e623c2a9460a5ba0def4c82d5f481efd73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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