Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eradical/ansible-my-fedora-workstation
Configure my Fedora Workstation
https://github.com/eradical/ansible-my-fedora-workstation
ansible development-environment fedora-desktop fedora-workstation
Last synced: about 1 month ago
JSON representation
Configure my Fedora Workstation
- Host: GitHub
- URL: https://github.com/eradical/ansible-my-fedora-workstation
- Owner: eRadical
- License: gpl-3.0
- Created: 2017-08-11T19:24:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-12T14:48:44.000Z (over 1 year ago)
- Last Synced: 2024-10-13T00:43:55.148Z (about 1 month ago)
- Topics: ansible, development-environment, fedora-desktop, fedora-workstation
- Language: Jinja
- Size: 80.1 KB
- Stars: 34
- Watchers: 3
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Ansible Playbook to make some adjustments to a Fedora Workstation
====================================================================
[![Build Status](https://travis-ci.org/eRadical/ansible-my-fedora-workstation.svg?branch=master)](https://travis-ci.org/eRadical/ansible-my-fedora-workstation)This is my setup. It was created to be of help when (re)installing a Fedora Workstation... or keeping it up to date.
By no means this is complete or suitable as is for you... but if you want something don't hesitate to ask in [Issues](https://github.com/eRadical/ansible-my-fedora-workstation/issues) or even better a [Pull request](https://github.com/eRadical/ansible-my-fedora-workstation/pulls).Workstation role changes:
=========================
- Installs RPM Fusion repos (free & non free)
- Installs Slack repo
- Installs a lot of packages (see them in roles/machine.workstation/defaults/main.yml) and also removes others (evolution)
- Enables some services (numad, tuned, chronyd) and also disables others (iio-sensor-proxy)
- Installs Google Chrome (stable by default, it can also do beta and/or unstable)Developer role changes:
=======================
- Installs a lot of packages used by sysadmins and/or developers (awscli, s3cmd, docker, golang, php, meld, strace, etc.)
- Installs Development Tools
- Installs PyCharm Community Edition
- Installs PhpStorm
- Installs GoLand
- Installs Atom
- Installs gcloudHow to run...
=============- You should make sure you can `sudo` to `root` without password,
- Clone the repo,
- Change variables from the symlink `customize-me` as you wish,
- Open a terminal in the folder it was cloned,
- Run the script `./configure-fedora`