ducoterra b1f54f7cdf Manjaro enable gnome-extensions
Enable my preferred gnome extensions. These are present in the home
directory but not enabled by default on a fresh install.
2022-01-31 12:44:40 -05:00
2022-01-31 12:44:40 -05:00
2022-01-27 18:12:33 -05:00
2022-01-27 18:12:58 -05:00
2022-01-29 01:04:57 -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
sudo mkdir -p /etc/ansible && sudo cp hosts /etc/ansible/hosts

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
Description
Workstation configuration, tool lists, and eventually ansible playbooks
Readme 5.2 MiB
Languages
Python 84.4%
Jinja 12.6%
Shell 3%