diff --git a/playbooks/run_cloud_launcher.yaml b/playbooks/run_cloud_launcher.yaml new file mode 100644 index 0000000000..0f8c7f6f74 --- /dev/null +++ b/playbooks/run_cloud_launcher.yaml @@ -0,0 +1,6 @@ +--- +- hosts: localhost + connection: local + gather_facts: false + roles: + - { role: cloud-launcher }