29 lines
442 B
YAML
29 lines
442 B
YAML
---
|
|
all:
|
|
hosts:
|
|
leader:
|
|
ansible_host: 192.168.1.40
|
|
worker1:
|
|
ansible_host: 192.168.1.41
|
|
worker2:
|
|
ansible_host: 192.168.1.42
|
|
worker3:
|
|
ansible_host: 192.168.1.43
|
|
|
|
|
|
children:
|
|
arm64:
|
|
hosts:
|
|
worker2:
|
|
worker3:
|
|
vars:
|
|
zsh_chic:
|
|
bat_arch: arm64
|
|
arm32:
|
|
hosts:
|
|
leader:
|
|
worker1:
|
|
vars:
|
|
zsh_chic:
|
|
bat_arch: armhf
|