Alan Orth
b4310cfc89
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>
11 lines
224 B
YAML
11 lines
224 B
YAML
---
|
|
|
|
# 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:
|