From 29a7af6e36c9cec7b76fbe2a6d4a6229ccd75688 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 13 Jan 2021 19:59:53 +0000 Subject: [PATCH] Update server IP address --- tools/ansible/hosts.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/ansible/hosts.yml b/tools/ansible/hosts.yml index fec74e9..ef0e8fd 100644 --- a/tools/ansible/hosts.yml +++ b/tools/ansible/hosts.yml @@ -2,15 +2,15 @@ all: children: db: hosts: - 64.227.46.2: + 178.79.147.197: vars: ansible_python_interpreter: /usr/bin/python3 - ansible_ssh_port: 2849 - ansible_ssh_user: root + ansible_port: 2849 + ansible_user: root web: hosts: - 64.227.46.2: + 178.79.147.197: vars: ansible_python_interpreter: /usr/bin/python3 - ansible_ssh_port: 2849 - ansible_ssh_user: root + ansible_port: 2849 + ansible_user: root