summaryrefslogtreecommitdiffstats
path: root/playbooks/aws/openshift-cluster/provision_instance.yml
blob: 6c7c1f069df0c1e2134f58c3651e0717b16dbc3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
# If running this play directly, be sure the variable
# 'openshift_aws_node_group_type' is set correctly for your usage.
# See build_ami.yml for an example.
- hosts: localhost
  connection: local
  gather_facts: no
  tasks:
  - name: create an instance and prepare for ami
    import_role:
      name: openshift_aws
      tasks_from: provision_instance.yml