Skip to content

Commit

Permalink
Try to fix ssh connection in public key
Browse files Browse the repository at this point in the history
  • Loading branch information
ikotonirina committed Jun 24, 2024
1 parent a176405 commit 2038d92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions infrastructure/server-setup/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ docker-manager-first:
hosts:
siecm-latest:
ansible_host: '15.237.132.6'
ansible_user: provision
ansible_ssh_private_key_file: /home/runner/.ssh/id_rsa
ansible_ssh_common_args: '-o UserKnownHostsFile=/home/runner/.ssh/known-hosts'
# ansible_user: provision
# ansible_ssh_private_key_file: /home/runner/.ssh/id_rsa
# ansible_ssh_common_args: '-o UserKnownHostsFile=/home/runner/.ssh/known-hosts'
data_label: data1

# Development servers are not configured to use workers.
Expand Down

0 comments on commit 2038d92

Please sign in to comment.