mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
25 lines
859 B
Markdown
25 lines
859 B
Markdown
# Client Playbook
|
|
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
|
|
|
|
Playbook to setup Manjaro GNOME clients.
|
|
# Setup
|
|
|
|
Run:
|
|
```bash
|
|
ansible-galaxy collection install -r requirements.yml
|
|
```
|
|
|
|
# Todo
|
|
- add native-office-worker
|
|
- add native-graphic-designer
|
|
- add native-developer-basic
|
|
- add native-workspaces
|
|
- add https://aur.archlinux.org/packages/displaylink
|
|
- add spotify
|
|
- add backup to tails usb stick
|
|
- https://www.reddit.com/r/ManjaroLinux/comments/cbkblb/guide_run_android_apps_on_manjaro_super_simple/ https://archived.forum.manjaro.org/t/running-android-applications-on-arch-using-anbox/53332
|
|
|
|
# See
|
|
- https://www.middlewareinventory.com/blog/run-ansible-playbook-locally/
|
|
- https://stackoverflow.com/questions/30533372/run-an-ansible-task-only-when-the-hostname-contains-a-string
|