2021-11-12 16:23:58 +01:00
|
|
|
# Client Playbook
|
2022-08-18 18:12:59 +02:00
|
|
|
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
|
|
|
|
|
2021-11-12 16:23:58 +01:00
|
|
|
Playbook to setup Manjaro GNOME clients.
|
2022-08-18 08:06:28 +02:00
|
|
|
# Setup
|
|
|
|
|
|
|
|
Run:
|
|
|
|
```bash
|
|
|
|
ansible-galaxy collection install -r requirements.yml
|
|
|
|
```
|
|
|
|
|
2021-11-12 16:23:58 +01:00
|
|
|
# Todo
|
2022-08-19 16:52:00 +02:00
|
|
|
- add native-office-worker
|
|
|
|
- add native-graphic-designer
|
|
|
|
- add native-developer-basic
|
|
|
|
- add native-workspaces
|
2022-08-19 21:39:23 +02:00
|
|
|
- add shell-extension-manager
|
2022-08-18 13:48:18 +02:00
|
|
|
|
2021-11-12 16:23:58 +01:00
|
|
|
# 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
|