ansible-personal/vars/Debian.yml

11 lines
190 B
YAML

---
# sshd service name is `ssh` on Debian/Ubuntu, but it's
# `sshd` on CentOS
sshd_service_name: ssh
# default Kenyan Ubuntu mirror
apt_mirror: ubuntu.mirror.ac.ke
# vim: set ts=2 sw=2: