Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 !
- Host: GitHub
- URL: https://github.com/steadywool/fedora-playbook
- Owner: steadywool
- License: gpl-3.0
- Created: 2023-03-13T22:36:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-31T17:16:20.000Z (about 2 months ago)
- Last Synced: 2024-10-31T18:19:15.469Z (about 2 months ago)
- Topics: ansible-playbook, dconf, fedora-workstation, flatpak, gnome, linux
- Homepage:
- Size: 160 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.