mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Update official Debian manifest file.
This commit is contained in:
parent
8e62ffba24
commit
8582edbf7a
1 changed files with 14 additions and 3 deletions
|
@ -25,15 +25,26 @@
|
|||
"partitions": {
|
||||
"type": "none",
|
||||
"root": {
|
||||
"size": 1024,
|
||||
"size": 8192,
|
||||
"filesystem": "ext4"
|
||||
}
|
||||
}
|
||||
},
|
||||
"plugins": {
|
||||
"admin_user": {
|
||||
"backports": {
|
||||
"enabled": true,
|
||||
"username": "admin"
|
||||
"packages": [ "cloud-init" ]
|
||||
},
|
||||
"user_packages": {
|
||||
"enabled": true,
|
||||
"repo": [ "sudo" ],
|
||||
"local": []
|
||||
},
|
||||
"sed": {
|
||||
"enabled": true,
|
||||
"file": "etc/cloud/cloud.cfg",
|
||||
"find": "^ name: debian$",
|
||||
"replace": " name: admin\n sudo: ALL=(ALL) NOPASSWD:ALL\n shell: /bin/bash"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue