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

Ansible script to setup a Fedora 33 host

License

Notifications You must be signed in to change notification settings

pentesterwtf/ansible-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/