Install PackStack

This commit is contained in:
Khue Doan 2020-10-11 13:19:18 +07:00
parent 51cd9fb2ff
commit fbb05ee723

View File

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