Update to use control node on storage as VM
This commit is contained in:
@@ -15,12 +15,20 @@
|
||||
name: '*'
|
||||
state: latest
|
||||
|
||||
- name: Install full curl package with allowerasing
|
||||
ansible.builtin.dnf:
|
||||
name: curl
|
||||
state: present
|
||||
allowerasing: true
|
||||
|
||||
- name: Packages installed
|
||||
ansible.builtin.dnf:
|
||||
name: "{{ install_packages }}"
|
||||
state: present
|
||||
allowerasing: true
|
||||
|
||||
# TODO: Properly handle getting kmod from centos-kmod-rebuild
|
||||
|
||||
# TODO: Restart NetworkManager service if NetworkManager-ovs package is updated
|
||||
|
||||
- name: Create stack user for admin
|
||||
|
||||
Reference in New Issue
Block a user