Compare commits
2 Commits
b851ca7f35
...
c6de02ec1b
Author | SHA1 | Date | |
---|---|---|---|
c6de02ec1b | |||
2380276b10 |
@ -41,6 +41,7 @@ all:
|
||||
desktop:
|
||||
hosts:
|
||||
dsk-ryzen-0.desu.ltd:
|
||||
ansible_host: 192.168.101.2
|
||||
lap-s76-lemp9-0.desu.ltd:
|
||||
prod:
|
||||
children:
|
||||
|
@ -3,19 +3,6 @@
|
||||
---
|
||||
# Home desktops
|
||||
- hosts: desktop
|
||||
post_tasks:
|
||||
- name: confirm liblzo2 dllmap
|
||||
lineinfile:
|
||||
path: /etc/mono/config
|
||||
insertafter: "<configuration>"
|
||||
line: '<dllmap dll="lzo2.dll" target="liblzo2.so.2" os="!windows"/>'
|
||||
tags: [ desktop, mono ]
|
||||
- name: give python3 cap_sys_ptrace
|
||||
capabilities:
|
||||
path: /usr/bin/python3.8
|
||||
# Required for Randovania to access Dolphin memory
|
||||
capability: cap_sys_ptrace=eip
|
||||
tags: [ desktop, python, cap ]
|
||||
tasks:
|
||||
- name: assure pi-storage-1 nfs mountpoint
|
||||
file: path=/nfs/pi-storage-1.desu.ltd state=directory owner=root mode=0755
|
||||
|
Loading…
Reference in New Issue
Block a user