diff --git a/tools/ansible/hosts.yml b/tools/ansible/hosts.yml index fec74e9ea..ef0e8fd0b 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