Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 394 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 394 Bytes

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