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

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