Update server IP address
This commit is contained in:
parent
5e9dc48896
commit
29a7af6e36
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue