How to create a new execution environment
Build a new EE image We would like to use a third part collection, in this case community.efficientip and community.crypto, in our playbooks. The collection ...
Build a new EE image We would like to use a third part collection, in this case community.efficientip and community.crypto, in our playbooks. The collection ...
How to deploy AAP 2.1 on OpenShift from CLI without Cluster Admin privileges (kind of)
How to setup RHEL 8 to run as a kiosk
How to filter and group VMs using dynamic inventory We would like to pull only certain VMs from our vCenter and put them in different inventory groups. Some ...
I recently got tripped by Ansible variables precedence. We are familiar with the precedence concept. Sometime in a complex playbooks, it help to remember ho...
Getting this error when running Ansible template task with Python3 in virtual environment or SCL
Sudoer samples Sources http://www.courtesan.com/sudo/sample.sudoers https://www.sudo.ws/readme.html
Find VM IP address when not on the defined VM network We deployed a KVM VM using macvtap connect directly to the physical network and getting a DHCP address....
Find VM with the same name We want to make sure the VM only exists in the folder we want or not exists at all.
Create user with shared home When /home is on a NFS mount, most likely the user home directory is already created from other hosts. Use following steps to a...