Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 378 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 378 Bytes

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/