more userdata
This commit is contained in:
parent
63cb9239aa
commit
e735833c1f
1 changed files with 3 additions and 0 deletions
|
@ -172,6 +172,9 @@ cat > $vm_dir/uec/user-data<<EOF
|
||||||
apt_update: true
|
apt_update: true
|
||||||
apt_upgrade: true
|
apt_upgrade: true
|
||||||
packages: [ vim-nox, git-core ]
|
packages: [ vim-nox, git-core ]
|
||||||
|
password: pass
|
||||||
|
chpasswd: { expire: False }
|
||||||
|
disable_root: false
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# (re)start a metadata service
|
# (re)start a metadata service
|
||||||
|
|
Loading…
Reference in a new issue