Initial commit
This commit is contained in:
@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Exec=x11vnc -rfbport 5901 -rfbauth /etc/x11vnc.pass
|
||||
Hidden=false
|
||||
NoDisplay=false
|
||||
X-GNOME-Autostart-enabled=true
|
||||
Name[de_DE]=X11VNC User-Service
|
||||
Name=X11VNC User-Service
|
||||
Comment[de_DE]=
|
||||
Comment=
|
18
roles/common/files/etc/samba/users.map
Normal file
18
roles/common/files/etc/samba/users.map
Normal file
@ -0,0 +1,18 @@
|
||||
# ############################################ #
|
||||
# -------------------------- #
|
||||
# ** DO NOT EDIT DIRECTLY ** #
|
||||
# -------------------------- #
|
||||
# Ansible managed file #
|
||||
# ############################################ #
|
||||
|
||||
# This file allows you to map usernames from the clients to the server.
|
||||
# Unix_name = SMB_name1 SMB_name2 ...
|
||||
#
|
||||
# See section 'username map' in the manual page of smb.conf for more
|
||||
# information.
|
||||
#
|
||||
# This file is _not_ included in the default configuration as it makes the
|
||||
# usage of an user named administrator impossible.
|
||||
|
||||
root = admin administrator
|
||||
|
@ -0,0 +1,4 @@
|
||||
[Unit]
|
||||
DefaultDependencies=no
|
||||
Wants=rpcbind.target
|
||||
Before=rpcbind.target
|
@ -0,0 +1,3 @@
|
||||
[Service]
|
||||
IPAddressAllow=192.168.0.0/16
|
||||
|
6
roles/common/files/vault/luks_chris_passwd
Normal file
6
roles/common/files/vault/luks_chris_passwd
Normal file
@ -0,0 +1,6 @@
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
62323434623266663935613930616166356337326431363364343533643737333563626366303561
|
||||
3932643537656366666237653865356132646166373836300a663261383165356434313436653432
|
||||
37383766366337373463393532393534393461343631666239326161306132393766393232316431
|
||||
3838623633643964310a336132326136613738323863623536343739646135356464623832363932
|
||||
63316661346433373266623562613062386266396334643737643662313439393836
|
6
roles/common/files/vault/luks_default_passwd
Normal file
6
roles/common/files/vault/luks_default_passwd
Normal file
@ -0,0 +1,6 @@
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
61616531623932306237316562643665383565373865386562326662343031393165373339363039
|
||||
6365366161333663656235653238663139663063373939310a343035313832343861323331323038
|
||||
36316539636134363165653765306530373130383363376335323332663737393761636564613535
|
||||
3964373431393161340a623137376539363364313230633962343465393565316437623565363833
|
||||
3263
|
Reference in New Issue
Block a user