mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Added draft for desk-copyq (untested)
This commit is contained in:
36
roles/desk-copyq/README.md
Normal file
36
roles/desk-copyq/README.md
Normal file
@@ -0,0 +1,36 @@
|
||||
# CopyQ Role for Ansible
|
||||
|
||||
## Overview
|
||||
This role installs the CopyQ clipboard manager on Pacman-based systems (e.g. Arch Linux) and ensures it is started automatically for the current user.
|
||||
|
||||
## Requirements
|
||||
- Ansible 2.9 or higher
|
||||
- Pacman package manager (Arch Linux or derivative)
|
||||
- X11/Wayland desktop environment (for GUI)
|
||||
|
||||
## Role Variables
|
||||
No additional role variables are required.
|
||||
|
||||
## Dependencies
|
||||
No external dependencies.
|
||||
|
||||
## Example Playbook
|
||||
|
||||
```yaml
|
||||
- hosts: all
|
||||
roles:
|
||||
- desk-copyq
|
||||
```
|
||||
|
||||
## Further Resources
|
||||
|
||||
- [CopyQ official site](https://hluk.github.io/CopyQ/)
|
||||
- [Arch Wiki: Clipboard](https://wiki.archlinux.org/title/Clipboard)
|
||||
|
||||
## Contributing
|
||||
|
||||
Contributions are welcome. Please follow best practices.
|
||||
|
||||
## Other Resources
|
||||
|
||||
This role was created as part of a larger playbook. For more context on this role, you can refer to the related ChatGPT conversation [here](https://chat.openai.com/share/ae168ca0-5191-4bec-96a0-ffcfabca0024).
|
Reference in New Issue
Block a user