7 lines
No EOL
126 B
YAML
7 lines
No EOL
126 B
YAML
# DO NOT CHANGE!
|
|
---
|
|
- name: Create a GKE cluster
|
|
hosts: localhost
|
|
gather_facts: false
|
|
roles:
|
|
- gke_cluster_create |