Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/steadywool/fedora-playbook

Fedora Workstation configuration with Ansible !
https://github.com/steadywool/fedora-playbook

ansible-playbook dconf fedora-workstation flatpak gnome linux

Last synced: about 1 month ago
JSON representation

Fedora Workstation configuration with Ansible !

Awesome Lists containing this project

README

        

# 🎩 Fedora Playbook

Fedora Workstation managed with Ansible.

![](src/screenshot.png)

## 📜 Preamble

### 🟢 What this playbook does ?

- Installs essential programs.
- hardens your Fedora Linux.
- Configure your system & programs very easily.
- Customize the Gnome environment.

### 🔴 What this playbook doesn't do ?

- Update your operating system.
- Configure any other distribution than Fedora Linux.
- Install hardware-specific programs.
- Manage your partitions or your disks.

## 🚀 Installation

> [!IMPORTANT]
> Variables are present in the `group_vars` directory. You need to edit them to customize your installation.
> If you need a "sudo" password, use the `-K` (upper-case) argument.

Firstly, install Ansible:
```
# dnf install ansible
```

You can then clone this repository and enter it:
```
$ git clone https://github.com/steadywool/fedora-playbook.git
$ cd fedora-playbook
```

Start the playbook and configure your system with this command:
```
$ ansible-playbook playbook.yml -K
```

## ✨ Configuration

You can perform partially run of playbook using tags.

You can list them with this command:
```
$ ansible-playbook playbook.yml --list-tags
```

Then use them with the `-t ROLE` parameter.