This commit is contained in:
Christoph 2021-07-16 19:44:46 +02:00
parent fe55db0799
commit ddaac9259b
5 changed files with 18 additions and 6 deletions

8
hosts
View File

@ -8,7 +8,7 @@ ab7.akb.netz
ab8.akb.netz
ab9.akb.netz
ab11.akb.netz
192.168.63.167
192.168.63.168
file-akb.akb.netz ansible_user=root
192.168.82.20 ansible_user=root
@ -21,7 +21,7 @@ ab7.akb.netz
ab8.akb.netz
ab9.akb.netz
ab11.akb.netz
192.168.63.167
192.168.63.168
[nfs_client]
ab1.akb.netz
@ -32,7 +32,7 @@ ab7.akb.netz
ab8.akb.netz
ab9.akb.netz
ab11.akb.netz
192.168.63.167
192.168.63.168
[nis_client]
ab1.akb.netz
@ -43,7 +43,7 @@ ab7.akb.netz
ab8.akb.netz
ab9.akb.netz
ab11.akb.netz
192.168.63.167
192.168.63.168
[file_server]
file-akb.akb.netz ansible_user=root

View File

@ -1,4 +1,4 @@
# {{ ansible_managed }}
# {{ ansible_managed | comment }}
deb {{ apt_debian_mirror }} {{ ansible_lsb.codename }} main
{{ '# ' if not apt_src_enable else '' }}deb-src {{ apt_debian_mirror }} {{ ansible_lsb.codename }} main

View File

@ -263,7 +263,7 @@
# By default, the home directories are exported read-only. Change the
# next parameter to 'no' if you want to be able to write to them.
read only = yes
read only = no
# File creation mask is set to 0700 for security reasons. If you want to
# create files with group=rw permissions, set next parameter to 0775.

View File

@ -0,0 +1,11 @@
# {{ ansible_managed | comment }}
[Unit]
Description=Start x11vnc at startup.
After=multi-user.target
[Service]
Type=simple
ExecStart=/usr/bin/x11vnc -loop -forever -bg -rfbport 5900 -xkb -noxrecord -noxfixes -noxdamage -shared -norc -auth /run/user/{{ grp_id_gdm.stdout }}/gdm/Xauthority -rfbauth /etc/x11vnc.pass
[Install]
WantedBy=multi-user.target

View File

@ -1,3 +1,4 @@
# {{ ansible_managed | comment }}
[Unit]
Description=Start x11vnc at startup.
After=multi-user.target