An open API service indexing awesome lists of open source software.

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.

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)
```