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
- Host: GitHub
- URL: https://github.com/neikei/fedora-workplace-setup
- Owner: neikei
- License: mit
- Created: 2020-05-01T09:08:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-18T15:03:03.000Z (over 4 years ago)
- Last Synced: 2025-05-15T16:51:45.815Z (5 months ago)
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```