From f02065f44a60e8ec3ea28b20c07e2e2632cfcea0 Mon Sep 17 00:00:00 2001 From: Simon Kelly Date: Wed, 20 Sep 2023 17:29:03 +0200 Subject: [PATCH] Revert "use DNS names instead of IP address which change" This reverts commit dfa076835df279c6496c359d01c9efb4a20b6eb0. --- deploy/config/deploy.yml | 4 ++-- deploy/inventory.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/config/deploy.yml b/deploy/config/deploy.yml index 14c30385..cbcc713b 100644 --- a/deploy/config/deploy.yml +++ b/deploy/config/deploy.yml @@ -5,13 +5,13 @@ image: commcare-connect servers: web: hosts: - - ec2-3-90-216-194.compute-1.amazonaws.com + - 3.90.216.194 options: # create by ansible env-file: '/home/connect/www/commcare-connect/docker.env' celery: hosts: - - ec2-3-90-216-194.compute-1.amazonaws.com + - 3.90.216.194 options: # create by ansible env-file: '/home/connect/www/commcare-connect/docker.env' diff --git a/deploy/inventory.yml b/deploy/inventory.yml index 7eb97475..a26d36a2 100644 --- a/deploy/inventory.yml +++ b/deploy/inventory.yml @@ -2,4 +2,4 @@ webservers: hosts: web0: ansible_user: ubuntu - ansible_host: ec2-3-90-216-194.compute-1.amazonaws.com + ansible_host: 3.90.216.194