system-config/playbooks/run_cloud_launcher.yaml
Ricardo Carrillo Cruz 8b9c9760c5 Add run_cloud_launcher playbook
This is the runner for the ansible cloud launcher role.

Change-Id: Iad9ce14905e89cb875c0cf92dfd8093c3a8d4e1c
Depends-On: Ia775598090471b80be75624a6a6a0649622799e8
2016-04-29 22:16:52 +02:00

7 lines
105 B
YAML

---
- hosts: localhost
connection: local
gather_facts: false
roles:
- { role: cloud-launcher }