update..
This commit is contained in:
@ -987,7 +987,6 @@ default_user:
|
||||
password: $6$GntX81EP$O1GEmQF.BbOQfTMMw/m/BDKSXmANVpqmz0nyzw4O4R2/iK9huGOAjT/2eq8FVdMghvNOvdwrWtwohO.Mg4V9n.
|
||||
shell: /bin/bash
|
||||
ssh_keys:
|
||||
- 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO90culn3sicU2chTHn40ytcTay0nUIHap0uF/5fVM6P chris@sol'
|
||||
- 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO90culn3sicU2chTHn40ytcTay0nUIHap0uF/5fVM6P chris@sol'
|
||||
- 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOQHMUKlDh2ufno5pZOhUY5xFljC1R5zQ/GjOHDkS58D root@sol'
|
||||
|
||||
@ -1334,11 +1333,27 @@ git_lxc_guest_repositories:
|
||||
|
||||
git_gateway_repositories:
|
||||
|
||||
# install repositories (destination: /usr/local/src/)
|
||||
# mailsystem
|
||||
- name: mailsystem
|
||||
repo: https://git.oopen.de/install/mailsystem
|
||||
dest: /usr/local/src/mailsystem
|
||||
|
||||
# firewall
|
||||
- name: ipt-gateway
|
||||
repo: https://git.oopen.de/firewall/ipt-gateway
|
||||
dest: /usr/local/src/ipt-gateway
|
||||
|
||||
# script repositories (destination /root/bin/)
|
||||
# Monitoring
|
||||
- name: monitoring
|
||||
repo: https://git.oopen.de/script/monitoring
|
||||
dest: /root/bin/monitoring
|
||||
|
||||
- name: manage-gw-config
|
||||
repo: https://git.oopen.de/script/manage-gw-config
|
||||
dest: /root/bin/manage-gw-config
|
||||
|
||||
|
||||
# ---
|
||||
# group [apache2_webserver]
|
||||
@ -1544,6 +1559,33 @@ git_jitsi_meet_repositories:
|
||||
git_other_repositories: []
|
||||
|
||||
|
||||
# ==========
|
||||
# vars used by roles/common/tasks/nfs.yml
|
||||
# ==========
|
||||
|
||||
nfs_server: {}
|
||||
|
||||
# Set 'fs_encrypted' to true if filesystem lives on an encrypted
|
||||
# partition.
|
||||
#
|
||||
# NOTE !!
|
||||
# Take car to increase 'fsid' in case of more than one export
|
||||
#
|
||||
#nfs_exports:
|
||||
# - src: 192.168.112.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.112.0/24
|
||||
# - 10.0.112.0/24
|
||||
# - 10.1.112.0/24
|
||||
# - 192.168.63.0/24
|
||||
# use_fsid_option: true
|
||||
#
|
||||
nfs_exports: []
|
||||
|
||||
|
||||
# ---
|
||||
# vars used by roles/common/tasks/copy_files.yml
|
||||
# ---
|
||||
@ -1552,6 +1594,17 @@ copy_plain_files: []
|
||||
|
||||
copy_plain_files_postfwd_host_specific: []
|
||||
|
||||
copy_plain_files_postfix:
|
||||
|
||||
- name: header_checks.pcre
|
||||
src_path: mailserver/etc/postfix/header_checks.pcre
|
||||
dest_path: /etc/postfix/header_checks.pcre
|
||||
|
||||
- name: body_check.pcre
|
||||
src_path: mailserver/etc/postfix/body_check.pcre
|
||||
dest_path: /etc/postfix/body_check.pcre
|
||||
|
||||
|
||||
copy_plain_files_postfwd:
|
||||
|
||||
# Postfix Firewall postfwd
|
||||
|
Reference in New Issue
Block a user