mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 14:03:01 +07:00
Switch to CentOS repo
This commit is contained in:
parent
07761e25ec
commit
1cc04a791e
@ -1,15 +1,12 @@
|
||||
---
|
||||
- name: Add OpenNebula key
|
||||
apt_key:
|
||||
url: https://downloads.opennebula.io/repo/repo.key
|
||||
state: present
|
||||
|
||||
- name: Add OpenNebula repository
|
||||
apt_repository:
|
||||
repo: deb https://downloads.opennebula.io/repo/5.12/Ubuntu/18.04 stable opennebula
|
||||
filename: opennebula
|
||||
update_cache: yes
|
||||
state: present
|
||||
yum_repository:
|
||||
name: opennebula
|
||||
description: OpenNebula Community Edition
|
||||
baseurl: https://downloads.opennebula.io/repo/5.12/CentOS/8/$basearch
|
||||
gpgkey: https://downloads.opennebula.io/repo/repo.key
|
||||
gpgcheck: yes
|
||||
repo_gpgcheck: yes
|
||||
|
||||
- name: Install OpenNebula
|
||||
package:
|
||||
|
Loading…
Reference in New Issue
Block a user