18 lines
342 B
YAML
18 lines
342 B
YAML
---
|
|
all:
|
|
vars:
|
|
ansible_user: admin
|
|
password_target_user: admin
|
|
|
|
children:
|
|
test:
|
|
hosts:
|
|
test-server.example.com:
|
|
ansible_ssh_private_key_file: ~/.ssh/id_ed25519
|
|
|
|
linux_servers:
|
|
hosts:
|
|
linux-server-01.example.com:
|
|
linux-server-02.example.com:
|
|
ansible_host: 192.0.2.10
|