added properties
This commit is contained in:
parent
8db5309048
commit
8a7253f7fa
@ -8,7 +8,7 @@
|
|||||||
#
|
#
|
||||||
# Copyright (c) captica GmbH est. 2021
|
# Copyright (c) captica GmbH est. 2021
|
||||||
#
|
#
|
||||||
- hosts: "srvleh01web01"
|
- hosts: "leh01"
|
||||||
vars:
|
vars:
|
||||||
hostname: leh01
|
hostname: leh01
|
||||||
tools_install_users:
|
tools_install_users:
|
||||||
@ -17,17 +17,17 @@
|
|||||||
ssh_pubkeys_root:
|
ssh_pubkeys_root:
|
||||||
- "../files/ssh/root.pub"
|
- "../files/ssh/root.pub"
|
||||||
ssh_pubkeys_ansible:
|
ssh_pubkeys_ansible:
|
||||||
- "../files/ssh/ansible.pub"
|
- "../files/ssh/id_ed25519_ansible.pub"
|
||||||
bitwarden_version: 2025.7.0
|
bitwarden_version: 2025.7.0
|
||||||
bitwarden_url: https://vault.captica.de
|
bitwarden_url: https://vault.captica.de
|
||||||
bitwarden_domain: vault.captica.de
|
bitwarden_domain: vault.lehmannhause.de
|
||||||
bitwarden_admins: marc.boehm@captica.de
|
bitwarden_admins: tobias.lehmann@captica.de
|
||||||
bitwarden_reply_to_mail: no-reply@vault.captica.de
|
bitwarden_reply_to_mail: no-reply@vault.lehmannhaus.de
|
||||||
bitwarden_smtp_host: captica.de
|
bitwarden_smtp_host: captica.de
|
||||||
bitwarden_smtp_port: 465
|
bitwarden_smtp_port: 465
|
||||||
rclone_version: "1.65.0"
|
rclone_version: "1.65.0"
|
||||||
rclone_configs:
|
rclone_configs:
|
||||||
- name: strato-captica
|
- name: strato-lehmann
|
||||||
entries:
|
entries:
|
||||||
type: s3
|
type: s3
|
||||||
provider: Other
|
provider: Other
|
||||||
@ -36,11 +36,12 @@
|
|||||||
secret_access_key: "{{ rclone_hidrive_access_key_secret }}"
|
secret_access_key: "{{ rclone_hidrive_access_key_secret }}"
|
||||||
region: eu-central-1
|
region: eu-central-1
|
||||||
endpoint: https://s3.hidrive.strato.com
|
endpoint: https://s3.hidrive.strato.com
|
||||||
|
#https://my.hidrive.com/
|
||||||
acl: private
|
acl: private
|
||||||
- name: backup-captica
|
- name: backup-lehmann
|
||||||
entries:
|
entries:
|
||||||
type: crypt
|
type: crypt
|
||||||
remote: strato-captica:backup-srvweb01
|
remote: strato-lehmann:backup-leh01
|
||||||
filename_encryption: standard
|
filename_encryption: standard
|
||||||
directory_name_encryption: true
|
directory_name_encryption: true
|
||||||
password: "{{ rclone_backup_password }}"
|
password: "{{ rclone_backup_password }}"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user