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:
parent
3a5b50f941
commit
116fc9c7bf
@ -4,4 +4,7 @@
|
|||||||
# `sshd` on CentOS
|
# `sshd` on CentOS
|
||||||
sshd_service_name: ssh
|
sshd_service_name: ssh
|
||||||
|
|
||||||
|
# provisioning user vars
|
||||||
|
provisioning_user: { name: 'provisioning', home: '/home/provisioning' }
|
||||||
|
|
||||||
# vim: set ts=2 sw=2:
|
# vim: set ts=2 sw=2:
|
||||||
|
Loading…
Reference in New Issue
Block a user