provision_vpc.yml 221 B

12345678910
  1. ---
  2. - hosts: localhost
  3. connection: local
  4. gather_facts: no
  5. tasks:
  6. - name: create a vpc
  7. import_role:
  8. name: openshift_aws
  9. tasks_from: vpc.yml
  10. when: openshift_aws_create_vpc | default(True) | bool