Skip to content

Commit

Permalink
Change jumpserver hostnames in the inventory examples (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikukissa authored Jun 28, 2024
1 parent 86de93d commit 609a8b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions infrastructure/server-setup/inventory/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,8 @@ backups:
# Written by provision pipeline. Assumes "backup" environment
# exists in Github environments
ansible_ssh_private_key_file: /tmp/backup_ssh_private_key

# If you are using a jump server to access this environment
# jump:
# hosts:
# backup: # @todo set this to be the hostname of your backup server
# your-jumpserver-hostname-here: # @todo set this to be the hostname of your backup server
# ansible_host: '55.55.55.55'
3 changes: 1 addition & 2 deletions infrastructure/server-setup/inventory/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,8 @@ backups:
# Written by provision pipeline. Assumes "backup" environment
# exists in Github environments
ansible_ssh_private_key_file: /tmp/backup_ssh_private_key

# If you are using a jump server to access this environment
# jump:
# hosts:
# backup: # @todo set this to be the hostname of your backup server
# your-jumpserver-hostname-here: # @todo set this to be the hostname of your backup server
# ansible_host: '55.55.55.55'

0 comments on commit 609a8b8

Please sign in to comment.