From 056f2bb9fd26f510e3ac5168cb03ff920f342962 Mon Sep 17 00:00:00 2001 From: Egon Rijpkema Date: Mon, 4 Jun 2018 16:06:23 +0200 Subject: [PATCH] Playbook to add the ubuntu cloud repoo on all hosts. --- cloud.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 cloud.yml diff --git a/cloud.yml b/cloud.yml new file mode 100644 index 0000000..4d64362 --- /dev/null +++ b/cloud.yml @@ -0,0 +1,10 @@ +--- +- hosts: all + name: Dummy to gather facts + become: true + tasks: + - name: install openstack repo on host. + apt_repository: + repo: "deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/ocata main" + filename: ocata + tags: openstackclient