Playbook to add the ubuntu cloud repoo on all hosts.
This commit is contained in:
parent
9af8291517
commit
056f2bb9fd
10
cloud.yml
Normal file
10
cloud.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user