-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #178 from opencrvs/auto-pr-release-v1.5.0-176-13932
🍒 Merge changes from PR #176 to release-v1.5.0
- Loading branch information
Showing
3 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ docker-manager-first: | |
ansible_host: '22.22.22.22' # @todo set this to be the hostname of your target server | ||
data_label: data1 | ||
# If you are using a jump server to access this environment, enter other SSH args here. | ||
# ansible_ssh_common_args: '-J [email protected] -o StrictHostKeyChecking=no' | ||
# ansible_ssh_common_args: '-J [email protected] -o StrictHostKeyChecking=no' # @todo set this to be the IP address of your jump server | ||
|
||
# @todo We recommend you add 2-4 workers for a scaled production deployment | ||
# This should depend on the size of your country and the number of end users. | ||
|
@@ -64,5 +64,6 @@ backups: | |
# If you are using a jump server to access this environment | ||
# jump: | ||
# hosts: | ||
# your-jumpserver-hostname-here: # @todo set this to be the hostname of your backup server | ||
# your-jumpserver-hostname-here: # @todo set this to be the hostname of your jump server | ||
# ansible_ssh_private_key_file: /tmp/jump_ssh_private_key # Written by provision pipeline. Assumes "jump" environment exists in Github environments | ||
# ansible_host: '55.55.55.55' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ docker-manager-first: | |
ansible_host: '11.11.11.11' # @todo set this to be the hostname of your target server | ||
data_label: data1 | ||
# If you are using a jump server to access this environment, enter other SSH args here. | ||
# ansible_ssh_common_args: '-J [email protected] -o StrictHostKeyChecking=no' | ||
# ansible_ssh_common_args: '-J [email protected] -o StrictHostKeyChecking=no' # @todo set this to be the IP address of your jump server | ||
|
||
# This staging servers is configured to only use one server | ||
docker-workers: {} | ||
|
@@ -62,4 +62,5 @@ backups: | |
# jump: | ||
# hosts: | ||
# your-jumpserver-hostname-here: # @todo set this to be the hostname of your backup server | ||
# ansible_ssh_private_key_file: /tmp/jump_ssh_private_key # Written by provision pipeline. Assumes "jump" environment exists in Github environments | ||
# ansible_host: '55.55.55.55' |