snel.ansible/inventory/group_vars/all.yml

11 lines
178 B
YAML

---
ansible_port: 22
ansible_user: root
ntp_server: europe.pool.ntp.org
deb_architecture:
aarch64: "arm64"
armv6l: "armhf"
armv7l: "armhf"
i386: "i386"
x86_64: "amd64"