https://github.com/rawleenc/fedoraleenc
My Fedora Workstation post-installation Ansible playbook.
https://github.com/rawleenc/fedoraleenc
ansible ansible-playbook fedora-workstation post-installation
Last synced: about 1 month ago
JSON representation
My Fedora Workstation post-installation Ansible playbook.
- Host: GitHub
- URL: https://github.com/rawleenc/fedoraleenc
- Owner: Rawleenc
- License: gpl-3.0
- Created: 2024-05-30T21:50:15.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-11T17:47:50.000Z (11 months ago)
- Last Synced: 2024-09-29T10:03:59.078Z (7 months ago)
- Topics: ansible, ansible-playbook, fedora-workstation, post-installation
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fedoraleenc
This repository contains my Fedora Workstation post-installation Ansible playbook.
## How to use
First, install Ansible:
```bash
sudo dnf install ansible-core
```Then, run the following command:
```bash
ansible-playbook -K <(curl -L https://raw.githubusercontent.com/Rawleenc/Fedoraleenc/main/local.yml)
```