https://github.com/gmarokov/ansible-playbook-postinstall-fedora
Post Fedora installation Ansible script for configuring dev machine
https://github.com/gmarokov/ansible-playbook-postinstall-fedora
ansible ansible-playbook fedora-workstation
Last synced: about 1 month ago
JSON representation
Post Fedora installation Ansible script for configuring dev machine
- Host: GitHub
- URL: https://github.com/gmarokov/ansible-playbook-postinstall-fedora
- Owner: gmarokov
- Created: 2019-11-14T15:25:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-07T07:59:02.000Z (over 4 years ago)
- Last Synced: 2025-01-22T11:39:37.723Z (3 months ago)
- Topics: ansible, ansible-playbook, fedora-workstation
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ansible playbook: Post Fedora workstation installation
=========
[](https://travis-ci.org/gmarokov/ansible-playbook-postinstall-fedora)Post Fedora installation Ansible script for provisioning dev machine.
## Installation
1. Install Ansible:
`sudo dnf install ansible`
2. Add entry for localhost to your Ansible hosts file:
```
cat <> /etc/ansible/hosts
[localhost]
127.0.0.1
EOT
```
3. Become root:
`sudo -i`## Usage
1. Run the following command to pull and run the playbook: `ansible-pull -U https://github.com/gmarokov/ansible-playbook-postinstall-fedora.git`## Script details
### Pre tasks
- Update system### Tasks
#### Install dnf packages
- RPM Fusion repositories
- Git
- Gnome Tweaks
- GPaste
- Open Weather
- Chromium
- Snap
- VLC
- Mega sync#### Install Snap packages
- Postman
- Dbeaver
- Node.js latest
- Docker
- Dotnet SDK latest
- Visual Studio Code
- Spotify