Initialisation depot
This commit is contained in:
26
Migration/Ansible/inventory.sample
Normal file
26
Migration/Ansible/inventory.sample
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
# Ansible Inventory for Samba4 DC Installation
|
||||
all:
|
||||
children:
|
||||
samba_servers:
|
||||
hosts:
|
||||
dc01:
|
||||
ansible_host: ADDRIP
|
||||
ansible_user: installer
|
||||
ansible_ssh_private_key_file: ~/.ssh/id_ed25519
|
||||
# Server configuration
|
||||
target_hostname: HOSTNAME
|
||||
# Samba4 configuration
|
||||
samba_realm: domain.tld
|
||||
samba_domain: DOMAIN
|
||||
samba_netbios_name: HOSTNAME
|
||||
samba_admin_password: ADMIN-PASSWORD
|
||||
samba_domain_sid: DOMAIN-SID
|
||||
dns_servers:
|
||||
- 127.0.0.1
|
||||
- 8.8.8.8
|
||||
# NFS configuration
|
||||
nfs_server: NFS-SERVER
|
||||
nfs_share: NFS-PATH
|
||||
nfs_mount_point: /backup
|
||||
backup_dir: /backup/samba
|
||||
Reference in New Issue
Block a user