„kodi.yml“ ändern
This commit is contained in:
parent
89f12bcf5d
commit
31ef185b06
20
kodi.yml
20
kodi.yml
@ -63,6 +63,24 @@
|
|||||||
group: users
|
group: users
|
||||||
groups: sudo,adm,audio,video,games,input,render,netdev
|
groups: sudo,adm,audio,video,games,input,render,netdev
|
||||||
|
|
||||||
|
- name: Rasoi /boot/config.txt
|
||||||
|
blockinfile:
|
||||||
|
path: /boot/config.txt
|
||||||
|
create: yes
|
||||||
|
insertafter: EOF
|
||||||
|
marker: "# {mark} ANSIBLE MANAGED BLOCK"
|
||||||
|
block: |
|
||||||
|
gpu_mem=256
|
||||||
|
hdmi_force_hotplug=1
|
||||||
|
hdmi_mode=4
|
||||||
|
dtparam=audio=on
|
||||||
|
hdmi_drive=2
|
||||||
|
hdmi_ignore_edid=0xa5000080
|
||||||
|
config_hdmi_boost=4
|
||||||
|
hdmi_group=1
|
||||||
|
disable_overscan=1
|
||||||
|
backup: yes
|
||||||
|
|
||||||
- name: lightdm.conf
|
- name: lightdm.conf
|
||||||
blockinfile:
|
blockinfile:
|
||||||
path: /etc/lightdm/lightdm.conf
|
path: /etc/lightdm/lightdm.conf
|
||||||
@ -71,7 +89,7 @@
|
|||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
insertafter: "#exit-on-failure=false"
|
insertafter: "#exit-on-failure=false"
|
||||||
marker: "# {mark} tor-nas ANSIBLE MANAGED BLOCK"
|
marker: "# {mark} ANSIBLE MANAGED BLOCK"
|
||||||
block: |
|
block: |
|
||||||
session-wrapper=/etc/X11/Xsession
|
session-wrapper=/etc/X11/Xsession
|
||||||
user-session=cinnamon
|
user-session=cinnamon
|
||||||
|
Loading…
Reference in New Issue
Block a user