A collection of Ansible playbooks for setting up my Fedora workstation.
- Fedora 28 or later
- Ansible 2.5 or later
name | description |
---|---|
config.yml | Configure Fedora workstation |
- Clone this Git repository and install the required roles.
git clone git@github.com:ghyde/ansible-playbooks-fedora-workstation.git
cd ansible-playbooks-fedora-workstation
ansible-galaxy install -r requirements.yml
- Add your hosts to the provided inventory file.
- Run the configuration playbook.
ansible-playbook --ask-become-pass playbooks/config.yml