summaryrefslogtreecommitdiffstats
path: root/playbooks/openshift-setup-security.yml
blob: f576ba5c59a121a0493e287631d942addedd5bba (plain)
1
2
3
4
5
6
7
8
9
10
- name: Analyze Ands configuration
  hosts: masters
  roles:
    - { role: ands_facts }

- name: Configure security
  hosts: masters
  roles:
    - { role: ands_openshift, subrole: security }