From 9c6a9c6b4796ac974b8943fd482553e9eb585b7b Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 6 Jan 2021 10:10:51 +0000 Subject: [PATCH] Give the server both the web and db roles --- tools/ansible/hosts.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/ansible/hosts.yml b/tools/ansible/hosts.yml index 1a20768..d54f735 100644 --- a/tools/ansible/hosts.yml +++ b/tools/ansible/hosts.yml @@ -3,6 +3,7 @@ all: db: hosts: 144.126.204.35: + 64.227.46.2: vars: ansible_python_interpreter: /usr/bin/python3 ansible_ssh_port: 2849