Update to use control node on storage as VM

This commit is contained in:
2023-07-04 21:18:38 -04:00
parent d2019bfb33
commit c0031066d7
7 changed files with 107 additions and 115 deletions

View File

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