dnf -y install ansible-core git
mkdir /home/auto
git clone https://github.com/loathengine/rockyhowto.git /home/auto
cd /home/auto
ansible-galaxy collection install ansible.posix
ansible-galaxy collection install community.general
Change directory to the ansible working directory
cd /home/auto
ansible-playbook /home/auto/site.yaml
ansible-inventory --graph
cd /home; rm -rf /home/auto; mkdir /home/auto; git clone -c http.sslVerify=false https://github.com/loathengine/rockyhowto.git /home/auto; cd /home/auto; ansible-playbook /home/auto/site.yaml