diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-05-28 18:20:28 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-05-28 18:21:44 +0300 |
| commit | 224ef25da57b0957f190ca2e2e3bd0045792cdb8 (patch) | |
| tree | fd139e250968bc8b88bc7e3052d93fac378ea374 /roles/host_prod/templates/root_ssh_config.j2 | |
| parent | da2d3f0fe3eedc6a8949d8b041fedaa8d28e492c (diff) | |
Update backup logic
Diffstat (limited to 'roles/host_prod/templates/root_ssh_config.j2')
| -rw-r--r-- | roles/host_prod/templates/root_ssh_config.j2 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/roles/host_prod/templates/root_ssh_config.j2 b/roles/host_prod/templates/root_ssh_config.j2 index 96f78f2..eac9654 100644 --- a/roles/host_prod/templates/root_ssh_config.j2 +++ b/roles/host_prod/templates/root_ssh_config.j2 @@ -1,4 +1,5 @@ Host backup - HostName {{ backup_ssh_host }} - User {{ backup_ssh_user }} + HostName {{ backup.ssh_host }} + User {{ backup.ssh_user }} IdentityFile /root/.ssh/backup + Port {{ backup.ssh_port }} |
