summaryrefslogtreecommitdiffstats
path: root/playbooks/aws/openshift-cluster/provision_vpc.yml
blob: cf72f6c870aeae44263c22e329654ec76aadba99 (plain)
1
2
3
4
5
6
7
8
9
10
---
- hosts: localhost
  connection: local
  gather_facts: no
  tasks:
  - name: create a vpc
    import_role:
      name: openshift_aws
      tasks_from: vpc.yml
    when: openshift_aws_create_vpc | default(True) | bool