9 lines
132 B
YAML
9 lines
132 B
YAML
---
|
|
# file: hosts.yml
|
|
|
|
timelogger:
|
|
hosts:
|
|
Server1:
|
|
ansible_host: 10.10.2.156
|
|
vars:
|
|
ansible_user: ansible
|