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:
Ricardo Carrillo Cruz 2016-04-29 22:01:30 +02:00
parent 4babed90be
commit 8b9c9760c5
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
- hosts: localhost
connection: local
gather_facts: false
roles:
- { role: cloud-launcher }