From 8a7253f7fa29eda3a41fba2f1e478fb4936e74ae Mon Sep 17 00:00:00 2001 From: Tobias Lehmann Date: Sun, 20 Jul 2025 20:14:44 +0200 Subject: [PATCH] added properties --- playbooks/lehmann-webserver.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/playbooks/lehmann-webserver.yml b/playbooks/lehmann-webserver.yml index c3ba7bc..c19eb4a 100644 --- a/playbooks/lehmann-webserver.yml +++ b/playbooks/lehmann-webserver.yml @@ -8,7 +8,7 @@ # # Copyright (c) captica GmbH est. 2021 # -- hosts: "srvleh01web01" +- hosts: "leh01" vars: hostname: leh01 tools_install_users: @@ -17,17 +17,17 @@ ssh_pubkeys_root: - "../files/ssh/root.pub" ssh_pubkeys_ansible: - - "../files/ssh/ansible.pub" + - "../files/ssh/id_ed25519_ansible.pub" bitwarden_version: 2025.7.0 bitwarden_url: https://vault.captica.de - bitwarden_domain: vault.captica.de - bitwarden_admins: marc.boehm@captica.de - bitwarden_reply_to_mail: no-reply@vault.captica.de + bitwarden_domain: vault.lehmannhause.de + bitwarden_admins: tobias.lehmann@captica.de + bitwarden_reply_to_mail: no-reply@vault.lehmannhaus.de bitwarden_smtp_host: captica.de bitwarden_smtp_port: 465 rclone_version: "1.65.0" rclone_configs: - - name: strato-captica + - name: strato-lehmann entries: type: s3 provider: Other @@ -36,11 +36,12 @@ secret_access_key: "{{ rclone_hidrive_access_key_secret }}" region: eu-central-1 endpoint: https://s3.hidrive.strato.com + #https://my.hidrive.com/ acl: private - - name: backup-captica + - name: backup-lehmann entries: type: crypt - remote: strato-captica:backup-srvweb01 + remote: strato-lehmann:backup-leh01 filename_encryption: standard directory_name_encryption: true password: "{{ rclone_backup_password }}"