This commit is contained in:
2022-11-25 01:07:36 +01:00
parent 45115c6700
commit a143f30206
16 changed files with 220 additions and 17 deletions

View File

@ -1109,6 +1109,14 @@ sshd_macs:
- hmac-sha2-512-etm@openssh.com
- umac-128-etm@openssh.com
# This users are allowed to use password authentification
#
sshd_pasword_auth_user:
# This IP-Addresses are allowed to use password authentification
#
sshd_pasword_auth_ip:
# ---
# vars used by roles/common/tasks/sudoers.yml
@ -1787,6 +1795,9 @@ roundcube_2_skin_logo:
# vars used by roles/common/tasks/samba-user.yml
# ==========
samba_server_ip:
samba_server_cidr_prefix: 24
apt_install_server_samba:
- samba
- nscd
@ -1796,20 +1807,20 @@ apt_install_server_samba:
# example:
# samba_workgroup: MBR
#
samba_workgroup: {}
samba_workgroup:
# samba_netbios_name
#
# example:
# samba_netbios_name: FILE-MBR
#
samba_netbios_name: {}
samba_netbios_name:
# samba_server_min_protocol
#
samba_server_min_protocol: {}
samba_server_min_protocol:
samba_groups: []
samba_groups: ([])
# samba_user:
# - name: chris
@ -1818,7 +1829,7 @@ samba_groups: []
# - group2
# password: 'H-.T/TvN5S9J'
#
samba_user: []
samba_user: ([])
base_home: /home
@ -1826,7 +1837,7 @@ base_home: /home
# - name: name1
# - name: name2
#
remove_samba_users: []
remove_samba_users: ([])
# samba_shares
#