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

@ -159,6 +159,9 @@ sudo_users:
# vars used by roles/common/tasks/samba-user.yml
# ---
samba_server_ip: 192.168.42.10
samba_server_cidr_prefix: 24
samba_workgroup: B3-BORNIM
samba_netbios_name: BBB-SERVER

View File

@ -194,6 +194,9 @@ sudo_users:
# vars used by roles/common/tasks/samba-user.yml
# ---
samba_server_ip: 192.168.100.10
samba_server_cidr_prefix: 24
samba_workgroup: AH
samba_netbios_name: FILE-AH

View File

@ -180,6 +180,9 @@ sudo_users:
# vars used by roles/common/tasks/samba-user.yml
# ---
samba_server_ip: 192.168.162.10
samba_server_cidr_prefix: 24
samba_workgroup: BLKR
samba_netbios_name: FILE-BLKR

View File

@ -35,7 +35,7 @@ network_interfaces:
method: static
description:
address: 192.168.192.10
netmask: 24
netmask: 23
gateway: 192.168.192.254
# optional dns settings nameservers: []
@ -172,7 +172,7 @@ nfs_exports:
mount_opts: users,rsize=8192,wsize=8192,hard,intr
export_opt: rw,root_squash,sync,subtree_check
export_networks:
- 192.168.192.0/24
- 192.168.192.0/23
- 10.0.192.0/24
- 10.1.192.0/24
- 192.168.63.0/24
@ -183,7 +183,7 @@ nfs_exports:
mount_opts: users,rsize=8192,wsize=8192,hard,intr
export_opt: rw,root_squash,sync,subtree_check
export_networks:
- 192.168.192.0/24
- 192.168.192.0/23
- 10.0.192.0/24
- 10.1.192.0/24
- 192.168.63.0/24
@ -196,6 +196,9 @@ nfs_exports:
# vars used by roles/common/tasks/samba-user.yml
# ---
samba_server_ip: 192.168.192.10
samba_server_cidr_prefix: 23
samba_workgroup: FHXB
samba_netbios_name: FILE-FHXB
@ -247,6 +250,9 @@ samba_groups:
group_id: 1480
- name: vermittlung
group_id: 1490
- name: altlasten
group_id: 1510
samba_user:
@ -278,6 +284,8 @@ samba_user:
- vermittlung
- leitung
- altlasten
password: !vault |
$ANSIBLE_VAULT;1.1;AES256
63643330373231636537366333326630333265303265653933613835656262323863363038653234
@ -288,6 +296,7 @@ samba_user:
- name: sysadm
groups:
- altlasten
- archiv
- ausstellungen
- buero
@ -380,6 +389,7 @@ samba_user:
# Florian Helm
- name : f.helm
groups:
- altlasten
- archiv
- ausstellungen
- buero
@ -480,6 +490,7 @@ samba_user:
# Natalie Bayer
- name : n.bayer
groups:
- altlasten
- archiv
- ausstellungen
- buero
@ -612,6 +623,15 @@ remove_samba_users:
samba_shares:
- name: Altlasten
comment: Altlasten auf Fileserver
path: /data/samba/FHXB-Server/Altlasten
group_valid_users: altlasten
group_write_list: altlasten
file_create_mask: !!str 660
dir_create_mask: !!str 2770
vfs_object_recycle: true
- name: Archiv
comment: Archiv auf Fileserver
path: /data/samba/FHXB-Server/Archiv
@ -804,7 +824,7 @@ samba_shares:
- name: FHXB-Sammlungen
comment: FHXB-Sammlungen auf Fileserver
path: /data/samba/Darchim2/Bildarchiv
path: /data/samba/Darchim2/FHXB-Sammlungen
group_valid_users: fhxb-sammlungen
group_write_list: fhxb-sammlungen
file_create_mask: !!str 660

View File

@ -26,9 +26,9 @@ network_interfaces:
auto: true
family: inet
method: static
address: 192.168.178.254
address: 172.16.192.1
netmask: 24
gateway: 192.168.178.1
gateway: 172.16.192.254
nameservers:
- 127.0.0.1
- 192.168.192.1
@ -41,7 +41,7 @@ network_interfaces:
family: inet
method: static
address: 192.168.192.254
netmask: 24
netmask: 23
- device: eno2:ns
@ -54,11 +54,11 @@ network_interfaces:
- device: eno3
headline: eno3 - LAN
headline: eno3 - WLAN
auto: true
family: inet
method: static
address: 192.168.193.254
address: 192.168.194.254
netmask: 24

View File

@ -234,6 +234,9 @@ git_firewall_repository:
# vars used by roles/common/tasks/samba-user.yml
# ---
samba_server_ip: 83.223.85.203
samba_server_cidr_prefix: 24
samba_workgroup: AH
samba_netbios_name: FILE-AH

View File

@ -0,0 +1,73 @@
---
# ---
# vars used by roles/ansible_dependencies
# ---
# ---
# vars used by roles/ansible_user
# ---
# ---
# vars used by roles/common/tasks/basic.yml
# ---
# ---
# vars used by roles/common/tasks/sshd.yml
# ---
#sshd_pasword_auth_user:
# - chris
#sshd_pasword_auth_ip:
# - 2003:ec:df0c:e7fe:ebb:d93b:1d33:3918
# - 2003:ec:df0c:e7fe:4b3a:a5ba:c661:f7f6
# ---
# vars used by apt.yml
# ---
# ---
# vars used by roles/common/tasks/users.yml
# ---
# ---
# vars used by roles/common/tasks/users-systemfiles.yml
# ---
# ---
# vars used by roles/common/tasks/webadmin-user.yml
# ---
# ---
# vars used by roles/common/tasks/sudoers.yml
# ---
#
# see: roles/common/tasks/vars
# ---
# vars used by roles/common/tasks/caching-nameserver.yml
# ---
# ---
# vars used by roles/common/tasks/git.yml
# ---
#
# see: roles/common/tasks/vars
# ==============================
# ---
# vars used by scripts/reset_root_passwd.yml
# ---

View File

@ -21,6 +21,13 @@
#sshd_password_authentication: !!str "yes"
# This users are allowed to use password authentification
#
#sshd_pasword_auth_user:
# - nordkurier_live
sshd_pasword_auth_ip:
- 34.107.7.34
# ---
# vars used by apt.yml

View File

@ -159,6 +159,9 @@ sudo_users:
# vars used by roles/common/tasks/samba-user.yml
# ---
samba_server_ip: 192.168.62.10
samba_server_cidr_prefix: 24
samba_workgroup: OPP
samba_netbios_name: ZAPATA