17 lines
359 B
YAML
17 lines
359 B
YAML
all:
|
|
children:
|
|
db:
|
|
hosts:
|
|
144.126.204.35:
|
|
vars:
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
ansible_ssh_port: 2849
|
|
ansible_ssh_user: root
|
|
web:
|
|
hosts:
|
|
64.227.46.2:
|
|
vars:
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
ansible_ssh_port: 2849
|
|
ansible_ssh_user: root
|