Allow Debian hosts to run Ubuntu stuff

Sometimes we mean Ubuntu, other times we mean Debian family. Use
ansible_os_family where we mean Debian family.

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
2015-08-22 22:51:19 +03:00
parent dc24285ec6
commit b4310cfc89
2 changed files with 6 additions and 6 deletions

10
vars/Debian.yml Normal file
View File

@ -0,0 +1,10 @@
---
# sshd service name is `ssh` on Debian/Ubuntu, but it's
# `sshd` on CentOS
sshd_service_name: ssh
# provisioning user vars
provisioning_user: { name: 'provisioning', home: '/home/provisioning' }
# vim: set ts=2 sw=2: