Refactor Ansible tasks and templates for improved consistency and clarity
This commit is contained in:
+28
-33
@@ -121,7 +121,7 @@ resolved_nameserver:
|
||||
# If there are more than one search domains, then specify them here in the order in which
|
||||
# the resolver should also search them
|
||||
#
|
||||
#resolved_domains: []
|
||||
# resolved_domains: []
|
||||
resolved_domains:
|
||||
- ~.
|
||||
- flr.netz
|
||||
@@ -131,16 +131,12 @@ resolved_dnssec: false
|
||||
# dns.as250.net: 194.150.168.168
|
||||
#
|
||||
resolved_fallback_nameserver:
|
||||
- 172.16.102.254
|
||||
|
||||
|
||||
- 172.16.102.254
|
||||
|
||||
# ==========
|
||||
# vars used by roles/common/tasks/git.yml
|
||||
# ==========
|
||||
|
||||
|
||||
|
||||
# ==========
|
||||
# vars used by roles/common/tasks/ntp.yml
|
||||
# ==========
|
||||
@@ -162,29 +158,29 @@ nfs_start_servers: 16
|
||||
# partition.
|
||||
#
|
||||
nfs_exports:
|
||||
- src: 192.168.102.10:/data/home
|
||||
path: /data/home
|
||||
mount_opts: users,rsize=8192,wsize=8192,hard,intr
|
||||
export_opt: rw,root_squash,sync,subtree_check
|
||||
export_networks:
|
||||
- 192.168.102.0/24
|
||||
- 10.0.102.0/24
|
||||
- 10.1.102.0/24
|
||||
- 192.168.63.0/24
|
||||
fs_encrypted: false
|
||||
use_fsid_option: true
|
||||
- src: 192.168.102.10:/data/home
|
||||
path: /data/home
|
||||
mount_opts: users,rsize=8192,wsize=8192,hard,intr
|
||||
export_opt: rw,root_squash,sync,subtree_check
|
||||
export_networks:
|
||||
- 192.168.102.0/24
|
||||
- 10.0.102.0/24
|
||||
- 10.1.102.0/24
|
||||
- 192.168.63.0/24
|
||||
fs_encrypted: false
|
||||
use_fsid_option: true
|
||||
|
||||
- src: 192.168.102.10:/data/samba
|
||||
path: /data/samba
|
||||
mount_opts: users,rsize=8192,wsize=8192,hard,intr
|
||||
export_opt: rw,root_squash,sync,subtree_check
|
||||
export_networks:
|
||||
- 192.168.102.0/24
|
||||
- 10.0.102.0/24
|
||||
- 10.1.102.0/24
|
||||
- 192.168.63.0/24
|
||||
fs_encrypted: false
|
||||
use_fsid_option: true
|
||||
- src: 192.168.102.10:/data/samba
|
||||
path: /data/samba
|
||||
mount_opts: users,rsize=8192,wsize=8192,hard,intr
|
||||
export_opt: rw,root_squash,sync,subtree_check
|
||||
export_networks:
|
||||
- 192.168.102.0/24
|
||||
- 10.0.102.0/24
|
||||
- 10.1.102.0/24
|
||||
- 192.168.63.0/24
|
||||
fs_encrypted: false
|
||||
use_fsid_option: true
|
||||
|
||||
|
||||
# ==========
|
||||
@@ -206,7 +202,7 @@ nfs_exports:
|
||||
remove_system_users: []
|
||||
|
||||
system_users: []
|
||||
#system_users:
|
||||
# system_users:
|
||||
# - name: sysadm
|
||||
# password: '9xFXkdPR_2'
|
||||
|
||||
@@ -253,7 +249,7 @@ nis_groups:
|
||||
group_id: 1038
|
||||
|
||||
remove_nis_users: []
|
||||
#remove_nis_users:
|
||||
# remove_nis_users:
|
||||
# - name: test
|
||||
# - name: ivana
|
||||
|
||||
@@ -484,7 +480,7 @@ samba_server_cidr_prefix: 24
|
||||
samba_workgroup: FLR
|
||||
samba_netbios_name: FILE-FLR
|
||||
|
||||
#samba_allow_insecure_wide_links: !!str yes
|
||||
# samba_allow_insecure_wide_links: !!str yes
|
||||
|
||||
samba_shares:
|
||||
- name: Team
|
||||
@@ -583,7 +579,7 @@ samba_shares:
|
||||
group_write_list: team
|
||||
file_create_mask: '0660'
|
||||
dir_create_mask: '2770'
|
||||
#wide_links: !!str yes
|
||||
# wide_links: !!str yes
|
||||
vfs_object_virusfilter: true
|
||||
vfs_object_recycle: true
|
||||
recycle_path: '@Recycle.Bin'
|
||||
@@ -634,4 +630,3 @@ sudo_pc_users:
|
||||
# ==========
|
||||
# vars used by roles/common/tasks/luks.yml
|
||||
# ==========
|
||||
|
||||
|
||||
Reference in New Issue
Block a user