summaryrefslogtreecommitdiffstats
path: root/playbooks/aws/openshift-cluster/uninstall_sec_group.yml
blob: 642e5b16989d10b54f9d0f81be7975507109160f (plain)
1
2
3
4
5
6
7
8
9
10
---
- hosts: localhost
  connection: local
  gather_facts: no
  tasks:
  - name: delete security groups
    include_role:
      name: openshift_aws
      tasks_from: uninstall_security_group.yml
    when: openshift_aws_create_security_groups | default(True) | bool