Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dylf/workstation-playbook
Ansible playbook for setting up my workstation 🖥️
https://github.com/dylf/workstation-playbook
ansible playbook workstation workstation-configuration
Last synced: 10 days ago
JSON representation
Ansible playbook for setting up my workstation 🖥️
- Host: GitHub
- URL: https://github.com/dylf/workstation-playbook
- Owner: dylf
- Created: 2022-03-25T01:45:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-24T19:57:34.000Z (about 2 years ago)
- Last Synced: 2024-11-07T01:42:23.377Z (about 2 months ago)
- Topics: ansible, playbook, workstation, workstation-configuration
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# workstation-playbook
Playbook for Pop!_OS
## Requirements
Start off by installing Ansible on the system.
For Debian based distros:
```
sudo apt install python3-pip
pip install --user ansible
```## Usage
- Clone the git repo
```
git clone [email protected]:dylf/workstation-playbook.git
```- Install the dependencies via ansible-galaxy
```
ansible-galaxy install -r requirements.yml
```