mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-01 15:38:33 +02:00
initial
This commit is contained in:
18
desktop.yml
18
desktop.yml
@ -1,9 +1,15 @@
|
|||||||
---
|
---
|
||||||
- hosts: desktop
|
- hosts: desktop
|
||||||
roles:
|
roles:
|
||||||
- common
|
- role: common
|
||||||
- wake_on_lan
|
tags: common
|
||||||
- timeshift
|
- role: wake_on_lan
|
||||||
- zabbix-agent
|
tags: wake_on_lan
|
||||||
- autofs_client
|
- role: timeshift
|
||||||
- ldap_client
|
tags: timeshift
|
||||||
|
- role: zabbix-agent
|
||||||
|
tags: zabbix-agent
|
||||||
|
- role: autofs_client
|
||||||
|
tags: autofs_client
|
||||||
|
- role: ldap_client
|
||||||
|
tags: ldap_client
|
Reference in New Issue
Block a user