mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
22 lines
594 B
Markdown
22 lines
594 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 shell-extension-manager
|
|
|
|
# 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
|