11 lines
192 B
YAML
11 lines
192 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: ke.archive.ubuntu.com
|
|
|
|
# vim: set ts=2 sw=2:
|