Move Debian.yml vars to Ubuntu.yml
I was using ansible_os_family to get settings for Debian-family hosts, but this doesn't work so well when you have an apt_mirror which is only Debian or Ubuntu, for example. I don't have any Debian hosts here, but anyways, it's better this way so I can be more flexible in the future. Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
@ -1,10 +0,0 @@
|
||||
---
|
||||
|
||||
# sshd service name is `ssh` on Debian/Ubuntu, but it's
|
||||
# `sshd` on CentOS
|
||||
sshd_service_name: ssh
|
||||
|
||||
# default mirror
|
||||
apt_mirror: mirrors.linode.com
|
||||
|
||||
# vim: set ts=2 sw=2:
|
Reference in New Issue
Block a user