Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 487 Bytes

README.org

File metadata and controls

20 lines (17 loc) · 487 Bytes

First try to automate my workstation with Ansible

Environment

Python

python3 -m venv .venv
source .venv/bin/activate
pip install -r requitements.txt

Ansible

ansible-galaxy collection install -r requitements.yaml

Run

To run this playbook:

ansible-playbook -i inventory/all.yaml playbooks/configure.yaml --tags "env,dotfiles" --ask-become-pass --diff --check