Refactor Ansible tasks and templates for improved consistency and clarity

This commit is contained in:
2026-07-31 02:24:42 +02:00
parent 81ef678904
commit 46327da2ac
52 changed files with 1679 additions and 1461 deletions
+29 -30
View File
@@ -99,27 +99,27 @@ nfs_start_servers: 32
# Take car to increase 'fsid' in case of more than one export
#
nfs_exports:
- src: 192.168.82.10:/data/home
path: /data/home
mount_opts: user,exec,rsize=8192,wsize=8192,hard,intr
export_opt: rw,root_squash,sync,subtree_check
export_networks:
- 192.168.82.0/24
- 10.0.82.0/24
- 10.1.82.0/24
- 192.168.63.0/24
use_fsid_option: true
- src: 192.168.82.10:/data/home
path: /data/home
mount_opts: user,exec,rsize=8192,wsize=8192,hard,intr
export_opt: rw,root_squash,sync,subtree_check
export_networks:
- 192.168.82.0/24
- 10.0.82.0/24
- 10.1.82.0/24
- 192.168.63.0/24
use_fsid_option: true
- src: 192.168.82.10:/data/samba
path: /data/samba
mount_opts: user,exec,rsize=8192,wsize=8192,hard,intr
export_opt: rw,root_squash,sync,subtree_check
export_networks:
- 192.168.82.0/24
- 10.0.82.0/24
- 10.1.82.0/24
- 192.168.63.0/24
use_fsid_option: true
- src: 192.168.82.10:/data/samba
path: /data/samba
mount_opts: user,exec,rsize=8192,wsize=8192,hard,intr
export_opt: rw,root_squash,sync,subtree_check
export_networks:
- 192.168.82.0/24
- 10.0.82.0/24
- 10.1.82.0/24
- 192.168.63.0/24
use_fsid_option: true
# ==========
@@ -158,7 +158,7 @@ pureftpd_virtual_users:
uid: jibran
gid: users
#pureftpd_virtual_deleted_users:
# pureftpd_virtual_deleted_users:
#
# Available properties
# - name: vuser2
@@ -176,10 +176,10 @@ pureftpd_virtual_users_import: false
pureftpd_tls_certificate_method: 'generate'
# for method 'generate'
#
#
# Available properties
#
#pureftpd_tls_certificate_openssl:
# pureftpd_tls_certificate_openssl:
# size: 4096
# days: 365
# fqdn: ftp.example.com
@@ -207,19 +207,19 @@ pureftpd_tls_certificate_openssl:
#
# On NIS supported Server put your users and groups in the
# appropriate section for playbook 'nis-user.yml'
#
#
# ! Notice !
remove_system_users: []
#remove_system_users:
# remove_system_users:
# - name: test
system_users: []
#system_users:
# system_users:
# - name: test
# password: 'test100'
#system_users:
# system_users:
#
# - name: sysadm
# password: '9xFXkdPR_2'
@@ -259,7 +259,7 @@ nis_groups:
group_id: 1130
remove_nis_users: []
#remove_nis_users:
# remove_nis_users:
# - name: anna
# - name: birgit
# - name: jonas
@@ -470,7 +470,7 @@ samba_shares:
recycle_path: '@Recycle.Bin'
user:
- buero
- chris
- chris
- jibran
- praktikum
- maica
@@ -689,4 +689,3 @@ sudo_pc_users:
# ==========
# vars used by roles/common/tasks/luks.yml
# ==========