#- 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