Skip to content

Commit

Permalink
Merge pull request #68 from opencrvs/testing-infra-2
Browse files Browse the repository at this point in the history
dont create backup user
  • Loading branch information
euanmillar authored Feb 18, 2024
2 parents 1578785 + 1faafd5 commit ec946d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions infrastructure/server-setup/backups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@
vars:
manager_hostname: "{{ groups['docker-manager-first'][0] }}"
tasks:
- set_fact:
external_backup_server_user_home: '/home/{{ external_backup_server_user }}'
tags:
- backups

- name: Ensure backup application servers can login to backup server
blockinfile:
path: '{{ external_backup_server_user_home }}/.ssh/authorized_keys'
Expand Down

0 comments on commit ec946d9

Please sign in to comment.