Add run_cloud_launcher playbook
This is the runner for the ansible cloud launcher role. Change-Id: Iad9ce14905e89cb875c0cf92dfd8093c3a8d4e1c Depends-On: Ia775598090471b80be75624a6a6a0649622799e8
This commit is contained in:
parent
4babed90be
commit
8b9c9760c5
6
playbooks/run_cloud_launcher.yaml
Normal file
6
playbooks/run_cloud_launcher.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
connection: local
|
||||
gather_facts: false
|
||||
roles:
|
||||
- { role: cloud-launcher }
|
Loading…
Reference in New Issue
Block a user