/ansible-desktop

Ansible script to setup a Fedora 33 host

Primary LanguageHCLBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Desktop Deploy

  • Ansible script to deploy a Fedora 35 host.

Running

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'

Breakdown

See individual roles under roles/