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

https://github.com/neikei/fedora-workplace-setup

Fedora workplace setup with Ansible
https://github.com/neikei/fedora-workplace-setup

Last synced: 2 months ago
JSON representation

Fedora workplace setup with Ansible

Awesome Lists containing this project

README

          

# fedora-workplace-setup

[fedora](https://getfedora.org/) workplace setup with ansible.

## Installation

```bash
# 1. Install ansible
sudo dnf install ansible

# 2. Download the install.yml
wget https://raw.githubusercontent.com/neikei/fedora-workplace-setup/master/install.yml

# 3. Run the installation
ansible-playbook install.yml --ask-become-pass
```

## Included software

```yaml
dnf_packages:
- chromium
- geary
- git
- gnome-tweaks
- htop
- keepassxc
- lsof
- nmap
- nmon
- podman
- tree
- vagrant
- vim
snap_packages:
- name: "spotify"
classic: "no"
- name: "signal-desktop"
classic: "no"
- name: "codium"
classic: "yes"
- name: "sublime-text"
classic: "yes"
- name: "snap-store"
classic: "no"
unneeded_packages:
- ""
install_vbox: "no" # "no" or version like "6.1"
```