add freebsd power
This commit is contained in:
parent
78d169fd8f
commit
8a783d63fb
1 changed files with 10 additions and 0 deletions
|
|
@ -42,6 +42,16 @@
|
||||||
tags:
|
tags:
|
||||||
- configuration
|
- configuration
|
||||||
|
|
||||||
|
- name: FreeBSD power| tweaks for use as a desktop
|
||||||
|
blockinfile:
|
||||||
|
path: "/boot/loader.conf"
|
||||||
|
block: "{{ lookup('file', 'block-FreeBSD-power-deskop.j2') }}"
|
||||||
|
marker: "# {mark} ANSIBLE MANAGED BLOCK tweaks for desktop"
|
||||||
|
become: true
|
||||||
|
tags:
|
||||||
|
- configuration
|
||||||
|
|
||||||
|
|
||||||
- name: setup suspend on lid close
|
- name: setup suspend on lid close
|
||||||
sysctl:
|
sysctl:
|
||||||
name: "{{ item.name }}"
|
name: "{{ item.name }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue