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:
2015-01-04 01:51:37 +03:00
parent 55b1362f54
commit f219cf23fe
2 changed files with 1 additions and 1 deletions

View File

@ -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: