Playbook to add the ubuntu cloud repoo on all hosts.

This commit is contained in:
Egon Rijpkema 2018-06-04 16:06:23 +02:00
parent 9af8291517
commit 056f2bb9fd
1 changed files with 10 additions and 0 deletions

10
cloud.yml Normal file
View File

@ -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