From 8b9c9760c576330714396afb89b833ff314269f2 Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Fri, 29 Apr 2016 22:01:30 +0200 Subject: [PATCH] Add run_cloud_launcher playbook This is the runner for the ansible cloud launcher role. Change-Id: Iad9ce14905e89cb875c0cf92dfd8093c3a8d4e1c Depends-On: Ia775598090471b80be75624a6a6a0649622799e8 --- playbooks/run_cloud_launcher.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 playbooks/run_cloud_launcher.yaml 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 }