mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
enable disable suspend
This commit is contained in:
parent
f8d431b29c
commit
642c0283d1
5 changed files with 30 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -40,3 +40,6 @@
|
||||||
[submodule "roles/winehq"]
|
[submodule "roles/winehq"]
|
||||||
path = roles/winehq
|
path = roles/winehq
|
||||||
url = https://github.com/ekultails/ansible_role_wine.git
|
url = https://github.com/ekultails/ansible_role_wine.git
|
||||||
|
[submodule "roles/no-sleep"]
|
||||||
|
path = roles/no-sleep
|
||||||
|
url = https://github.com/chaos-bodensee/role_disable_sleep.git
|
||||||
|
|
1
roles/no-sleep
Submodule
1
roles/no-sleep
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 2e0f1593065d3f826dc25e56984e236127e08527
|
|
@ -102,3 +102,12 @@
|
||||||
- winehq
|
- winehq
|
||||||
roles:
|
roles:
|
||||||
- winehq
|
- winehq
|
||||||
|
|
||||||
|
- name: disable sleeping
|
||||||
|
hosts: desk_minni
|
||||||
|
tags:
|
||||||
|
- sleep
|
||||||
|
- suspend
|
||||||
|
- no-sleep
|
||||||
|
roles:
|
||||||
|
- no-sleep
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
- name: Install useful packages
|
- name: Install useful packages
|
||||||
hosts: l460
|
hosts: l460
|
||||||
tags:
|
tags:
|
||||||
|
@ -90,3 +89,12 @@
|
||||||
- winehq
|
- winehq
|
||||||
roles:
|
roles:
|
||||||
- winehq
|
- winehq
|
||||||
|
|
||||||
|
- name: disable sleeping
|
||||||
|
hosts: l460
|
||||||
|
tags:
|
||||||
|
- sleep
|
||||||
|
- suspend
|
||||||
|
- no-sleep
|
||||||
|
roles:
|
||||||
|
- no-sleep
|
||||||
|
|
|
@ -90,3 +90,11 @@
|
||||||
roles:
|
roles:
|
||||||
- winehq
|
- winehq
|
||||||
|
|
||||||
|
- name: disable sleeping
|
||||||
|
hosts: t460p
|
||||||
|
tags:
|
||||||
|
- sleep
|
||||||
|
- suspend
|
||||||
|
- no-sleep
|
||||||
|
roles:
|
||||||
|
- no-sleep
|
||||||
|
|
Loading…
Reference in a new issue