21 lines
444 B
YAML
21 lines
444 B
YAML
all:
|
|
hosts:
|
|
|
|
snitch:
|
|
ansible_host: snitch
|
|
ansible_user: ansible
|
|
ansible_port: 22
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
|
|
caladan:
|
|
ansible_host: caladan
|
|
ansible_user: ansible
|
|
ansible_port: 22
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
|
|
narwhal:
|
|
ansible_host: narwhal
|
|
ansible_user: ansible
|
|
ansible_port: 22
|
|
ansible_python_interpreter: /usr/bin/python3
|