mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 04:28:10 +00:00
19 lines
399 B
YAML
Executable File
19 lines
399 B
YAML
Executable File
---
|
|
- hosts: desktop
|
|
roles:
|
|
- role: common
|
|
tags: common
|
|
- role: wake_on_lan
|
|
tags: wake_on_lan
|
|
- role: timeshift
|
|
tags: timeshift
|
|
- role: zabbix-agent
|
|
tags: zabbix-agent
|
|
- role: autofs_client
|
|
tags: autofs_client
|
|
- role: ldap_client
|
|
tags: ldap_client
|
|
- role: wazuh-agent
|
|
tags: wazuh-agent
|
|
- role: mqtt-srv
|
|
tags: mqtt-srv |