vars/Ubuntu.yml: Add variables for provisioning user

This user should already exist from the preseed!

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
Alan Orth 2015-03-16 13:47:54 +03:00
parent 3a5b50f941
commit 116fc9c7bf
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 3 additions and 0 deletions

View File

@ -4,4 +4,7 @@
# `sshd` on CentOS
sshd_service_name: ssh
# provisioning user vars
provisioning_user: { name: 'provisioning', home: '/home/provisioning' }
# vim: set ts=2 sw=2: