2024-07-20 01:09:34 -04:00
2024-07-08 10:42:58 -04:00
2023-01-22 10:23:32 -05:00
2023-01-22 10:23:32 -05:00
2024-07-20 01:09:34 -04:00
2023-01-22 10:23:32 -05:00
2022-04-03 16:48:30 -04:00
2024-07-08 10:42:58 -04:00
2024-07-08 10:42:58 -04:00
2022-04-03 16:48:30 -04:00
2024-03-11 23:26:09 -04:00
2024-07-08 10:42:58 -04:00
2023-01-22 10:23:32 -05:00
2023-01-22 10:23:32 -05:00
2023-04-25 13:07:09 +00:00
2024-01-16 22:58:52 -05:00
2023-07-31 22:18:01 -04:00
2023-09-11 00:19:57 -04:00
2023-01-22 10:23:32 -05:00
2023-01-22 10:23:32 -05:00
2023-01-22 10:23:32 -05:00
WIP
2023-01-22 23:49:29 -05:00
2023-01-22 10:23:32 -05:00
2023-01-22 10:23:32 -05:00
2023-01-22 10:23:32 -05:00
2022-04-03 16:48:30 -04:00
2022-04-03 16:48:30 -04:00
2023-01-22 10:23:32 -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

Framework

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