Update Atlas offsite backup plan

This commit is contained in:
Fabio Scotto di Santolo
2026-08-30 23:30:16 +02:00
parent 2c1f58ce8e
commit bb907febf8
4 changed files with 11 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ ansible_user: "{{ atlas_connection_username }}"
ansible_port: 22
ansible_ssh_private_key_file: CHANGEME_ATLAS_SSH_PRIVATE_KEY_PATH
atlas_admin_username: CHANGEME_ATLAS_ADMIN
atlas_admin_username: admin
atlas_connection_username: "{{ atlas_admin_username }}"
atlas_admin_group: "{{ atlas_admin_username }}"
atlas_admin_home: "/home/{{ atlas_admin_username }}"