prole/infrastructure/roles/samba_ad_dc/templates/smb.conf.j2
chrisfu d2295f4c2b ansible: add K3s datastore export/import, improve iSCSI handling, and migrate merlin to MariaDB primary
- Added tasks and playbooks for K3s datastore export/import using MariaDB Tools role, with associated tests and defaults.
- Enhanced iSCSI role to support mkfs-once logic and safer re-initialization of block storage.
- Migrated iSCSI-backed Rancher data from retropie to merlin.prole.org.
- Updated k3s roles/playbooks to relax Rancher storage preflight checks, supporting PARTUUID-based mounts.
- Adjusted Samba AD NetBIOS name derivation to use uppercase short hostname by default.
- Incremented prole DB version to 104, updated generated prole.cfg, inventory, and recovery manifest templates.
2026-03-06 14:25:13 -08:00

22 lines
814 B
Django/Jinja

# Global parameters
[global]
dns forwarder = {{ samba_ad_dc_dns_forwarders | join(' ') }}
netbios name = {{ (samba_ad_dc_netbios_name | default(inventory_hostname_short)) | upper }}
realm = {{ samba_ad_dc_realm }}
server string = {{ samba_ad_dc_server_string }}
server role = {{ samba_ad_dc_server_role }}
server services = {{ samba_ad_dc_server_services }}
workgroup = {{ samba_ad_dc_workgroup }}
idmap_ldb:use rfc2307 = {{ "yes" if samba_ad_dc_rfc2307 else "no" }}
template homedir = {{ samba_ad_dc_template_homedir }}
template shell = {{ samba_ad_dc_template_shell }}
[sysvol]
path = {{ samba_ad_dc_sysvol_path }}
read only = No
[netlogon]
path = {{ samba_ad_dc_netlogon_path }}
read only = No