https://github.com/jalexmatey/ansible-fedora-workstation
Fedora Workstation configuration using Ansible
https://github.com/jalexmatey/ansible-fedora-workstation
ansible fedora
Last synced: 3 months ago
JSON representation
Fedora Workstation configuration using Ansible
- Host: GitHub
- URL: https://github.com/jalexmatey/ansible-fedora-workstation
- Owner: jalexmatey
- License: mit
- Created: 2024-05-25T13:44:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-11T11:27:49.000Z (10 months ago)
- Last Synced: 2025-01-21T04:28:26.595Z (5 months ago)
- Topics: ansible, fedora
- Language: Jinja
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Ansible Fedora Workstation
This playbook installs and configures software that I would like installed on my devices running Fedora Workstation.## Installation
### Fedora Workstation 40
1. Install Ansible:
1. `sudo dnf install ansible`
2. Clone or download this repository to your device.
3. Run `ansible-galaxy install -r requirements.yaml`.
4. Run `ansible-playbook fedora_ws_40-playbook.yaml --ask-become-pass`.## Author
[Jack Alexander](https://www.jalexmatey.co.uk) (jalexmatey)