- Ansible script to deploy a Fedora 35 host.
dnf install ansible -y
ansible-playbook -i "localhost," -c local site.yml
If getting an error about python2-dnf, try the following:
ansible-playbook -i "localhost," -c local site.yml -e 'ansible_python_interpreter=/usr/bin/python3'
See individual roles under roles/