This commit is contained in:
2026-03-15 04:54:51 +01:00
parent 0fb8fe5a66
commit 7ac487f640
81 changed files with 3867 additions and 0 deletions

3
config/default.conf Normal file
View 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
View File

@@ -0,0 +1,3 @@
mdns:
enable: yes
publish_workstation: yes

View 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

View 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
View 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
View File

@@ -0,0 +1,4 @@
ssh:
port: 22
password_authentication: yes
permit_root_login: no