first
This commit is contained in:
3
config/default.conf
Normal file
3
config/default.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
# Configuration par defaut du framework
|
||||
FRAMEWORK_NAME="postinstall-debian"
|
||||
FRAMEWORK_TARGET="debian-13"
|
||||
3
config/mdns-avahi.yaml
Normal file
3
config/mdns-avahi.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
mdns:
|
||||
enable: yes
|
||||
publish_workstation: yes
|
||||
19
config/nfs-client.shares.yaml
Normal file
19
config/nfs-client.shares.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
shares:
|
||||
- id: media
|
||||
name: Media
|
||||
description: Partage multimedia principal
|
||||
server: 10.0.0.20
|
||||
remote_path: /srv/nfs/media
|
||||
mount_path: /mnt/nfs/media
|
||||
access: rw
|
||||
mount_options: defaults,_netdev,x-systemd.automount,noatime
|
||||
enabled_by_default: false
|
||||
- id: backup
|
||||
name: Backup
|
||||
description: Partage de sauvegarde
|
||||
server: 10.0.0.30
|
||||
remote_path: /srv/nfs/backup
|
||||
mount_path: /mnt/nfs/backup
|
||||
access: ro
|
||||
mount_options: defaults,_netdev,x-systemd.automount,noatime
|
||||
enabled_by_default: false
|
||||
6
config/nfs-server.exports.yaml
Normal file
6
config/nfs-server.exports.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
exports:
|
||||
- id: public_data
|
||||
path: /srv/nfs/public
|
||||
clients: 10.0.0.0/22
|
||||
options: rw,sync,no_subtree_check
|
||||
description: Export principal reseau local
|
||||
10
config/samba-shares.yaml
Normal file
10
config/samba-shares.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
workgroup: home
|
||||
wsdd2: yes
|
||||
shares:
|
||||
- id: public_home
|
||||
name: public
|
||||
path: /home/gilles
|
||||
user: gilles
|
||||
read_only: yes
|
||||
public: yes
|
||||
description: Partage public du dossier personnel
|
||||
4
config/ssh-server.yaml
Normal file
4
config/ssh-server.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
ssh:
|
||||
port: 22
|
||||
password_authentication: yes
|
||||
permit_root_login: no
|
||||
Reference in New Issue
Block a user