All Projects → jdoss → fedora-workstation

jdoss / fedora-workstation

Licence: MIT license
An opinionated playbook for setting up a Fedora Workstation.

Projects that are alternatives of or similar to fedora-workstation

copr-rpm-spec
My RPM specs on Copr
Stars: ✭ 17 (-51.43%)
Mutual labels:  fedora
ansible
Ansible playbook automation for pfelk
Stars: ✭ 23 (-34.29%)
Mutual labels:  ansible-playbook
keycloak-kubernetes
Keycloak deployment into Kubernetes cluster
Stars: ✭ 25 (-28.57%)
Mutual labels:  ansible-playbook
Kali-TX
Customized Kali Linux - Ansible playbook
Stars: ✭ 54 (+54.29%)
Mutual labels:  ansible-playbook
ans-pve-win-templ
Ansible playbook to create Proxmox Windows VM templates
Stars: ✭ 49 (+40%)
Mutual labels:  ansible-playbook
gpd-pocket-fedora
Scripts and instructions to run Fedora 27 in the GPD Pocket
Stars: ✭ 14 (-60%)
Mutual labels:  fedora
hanzo
Ansible orchestration to configure a development environment -
Stars: ✭ 22 (-37.14%)
Mutual labels:  ansible-playbook
ansible-playbook-examples
Ansible playbook samples using Rest API calls for Pure Storage products
Stars: ✭ 25 (-28.57%)
Mutual labels:  ansible-playbook
Grub-Nvidia-Entry
Enable Nvidia driver only with the last entry in grub.
Stars: ✭ 40 (+14.29%)
Mutual labels:  fedora
arch-ansible
An Ansible playbook to install Arch Linux
Stars: ✭ 33 (-5.71%)
Mutual labels:  ansible-playbook
action.playbook
Github Action for running Ansible Playbooks.
Stars: ✭ 26 (-25.71%)
Mutual labels:  ansible-playbook
catalyst9k-network-automation
Sample python scripts for automation workflows for feature sets present in Catalyst Switching using openly available YANG data models
Stars: ✭ 40 (+14.29%)
Mutual labels:  ansible-playbook
fedora-post-install-script
A Fedora GNOME post-install script
Stars: ✭ 28 (-20%)
Mutual labels:  fedora
LXD-Cloud
Lightweight server management using LXD and Ansible
Stars: ✭ 19 (-45.71%)
Mutual labels:  ansible-playbook
initial-webserver-setup
Ansible playbook for initial ubuntu 16.04 webserver setup and Laravel zero time deployment
Stars: ✭ 50 (+42.86%)
Mutual labels:  ansible-playbook
fedora-prime
Simple program to switch between intel and nvidia gpu
Stars: ✭ 24 (-31.43%)
Mutual labels:  fedora
ungoogled-chromium-fedora
RPM build for ungoogled-chromium
Stars: ✭ 24 (-31.43%)
Mutual labels:  fedora
lynis-ansible
Ansible snippets and code for Lynis
Stars: ✭ 38 (+8.57%)
Mutual labels:  ansible-playbook
mongodb-container
MongoDB container images based on Red Hat Software Collections and intended for OpenShift and general usage. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
Stars: ✭ 50 (+42.86%)
Mutual labels:  fedora
JSpeak
A Text to Speech Reader Front-end that Reads from the Clipboard and with Exceptionable Features
Stars: ✭ 16 (-54.29%)
Mutual labels:  fedora

Fedora Workstation

This is an opinionated playbook to setup a Fedora 32+ workstation with everything you need to start developing on Fedora Linux.

Quick Setup

Follow these steps to install Ansible, checkout the Fedora Workstation repo, and run the playbook:

sudo dnf install ansible -y
git clone https://github.com/jdoss/fedora-workstation.git
cd fedora-workstation
ansible-playbook setup_workstation.yml -e "local_user=yourusername [email protected]" --become -K

For further customization, edit vars/vars.yml to fit your needs.

License

The MIT License

Copyright (c) 2020 Joe Doss

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].