mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-07 01:28:42 +07:00
Install PackStack
This commit is contained in:
parent
51cd9fb2ff
commit
fbb05ee723
@ -1,3 +1,14 @@
|
||||
---
|
||||
# TODO https://github.com/ansible/ansible/issues/64852
|
||||
- name: Enable PowerTools repository
|
||||
command: dnf config-manager --enable PowerTools
|
||||
|
||||
- name: Enable OpenStack repository
|
||||
dnf:
|
||||
name: centos-release-openstack-ussuri
|
||||
state: present
|
||||
|
||||
- name: Install PackStack
|
||||
dnf:
|
||||
name: openstack-packstack
|
||||
state: present
|
||||
|
Loading…
Reference in New Issue
Block a user