Dell Ansible Testing
Install Ansible Modules
- Install Dell Ansible modules from here
git clone -b devel --single-branch https://github.com/dell/dellemc-openmanage-ansible-modules.git
cd dellemc-openmanage-ansible-modules
python install.py
- Create a CIFs/NFS share from which to share files. I used Samba with this tutorial
- Note: If you get weird errors in the logs when starting SMB, you probably have a type-o in your smb.conf.
- I saw different things in different tutorials, but to get firewalld running I used
firewall-cmd --permanent --add-service=samba && firewall-cmd --reload
Deploy Operating System (Incomplete)
- Next you will need to create a "Kickstartable" ISO. I chose to use RHEL8.
- I used the free developer license of RHEL 8
- I used this post to create the ISO.
- I used this site to generate my Kickstart config.
-
Update I was going to use RHEL 8. However it looks like there is a bug that is a hard stop for RHEL 8 Kickstart so I'm swapping to CentOS.