From 21e41f4fc1fc1a8ed4ff861aa63ae2e6bf06064d Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Tue, 22 Sep 2026 14:37:25 +0200 Subject: [PATCH] Prepare Atlas encryption dependencies and update Vault placeholders --- ansible/inventory/host_vars/atlas.yml | 1 + secrets/vault.yml.example | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ansible/inventory/host_vars/atlas.yml b/ansible/inventory/host_vars/atlas.yml index dbd35da..b0004e0 100644 --- a/ansible/inventory/host_vars/atlas.yml +++ b/ansible/inventory/host_vars/atlas.yml @@ -103,6 +103,7 @@ rocky_podman_packages: host_packages: - cockpit + - cryptsetup - nfs-utils - policycoreutils - policycoreutils-python-utils diff --git a/secrets/vault.yml.example b/secrets/vault.yml.example index 3e35b75..ec0ba75 100644 --- a/secrets/vault.yml.example +++ b/secrets/vault.yml.example @@ -3,14 +3,12 @@ vault_duckdns_token: "CHANGEME" vault_personal_full_name: "REPLACE_ME" vault_git_email: "REPLACE_ME" vault_git_signing_key: "REPLACE_ME" -vault_icloud_email: "REPLACE_ME" -vault_protonmail_email: "REPLACE_ME" vault_icloud_mail_password: "REPLACE_ME" vault_git_work_email: "REPLACE_ME" vault_git_work_gpg: "REPLACE_ME" -vault_openai_api_key: "REPLACE_ME" vault_ikaros_authorized_ssh_keys: - "ssh-ed25519 REPLACE_ME" +vault_aegis_icloudpd_apple_id: "REPLACE_ME" vault_atlas_admin_password_hash: "REPLACE_WITH_A_SHADOW_COMPATIBLE_HASH" vault_atlas_samba_password: "REPLACE_ME" vault_atlas_immich_db_password: "REPLACE_ME"