ducoterra 2bc19dea00 Switch to snap code install
VSCode wants to be installed via snap. Their wish is my command.
2022-02-10 11:35:44 -05:00
2022-02-10 11:35:44 -05:00
2022-01-27 18:12:58 -05:00

Workstation

Workstation configuration, tool lists, and eventually ansible playbooks

Ansible

https://docs.ansible.com/ansible/latest/user_guide/intro_getting_started.html

Setup

pip install --user ansible

Run an ad-hoc command

ansible pi -i hosts --become-method=sudo --ask-become-pass --become -a "apt update"

Run a playbook

ansible-playbook -i hosts --ask-become-pass playbooks/pi.yaml

Run the manjaro playbook

NOTE: Restore home directory and REBOOT first

ansible-playbook --ask-become-pass ansible/setup-full.yml
Description
Workstation configuration, tool lists, and eventually ansible playbooks
Readme 5.2 MiB
Languages
Python 84.4%
Jinja 12.6%
Shell 3%