mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-10-11 01:29:50 +00:00
providers/gce: add InstallInitScript task
This commit is contained in:
parent
551b01ea27
commit
fdf11fcc1a
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@ import tasks.image
|
||||||
import tasks.host
|
import tasks.host
|
||||||
import tasks.packages
|
import tasks.packages
|
||||||
from bootstrapvz.common.tasks import loopback
|
from bootstrapvz.common.tasks import loopback
|
||||||
|
from bootstrapvz.common.tasks import initd
|
||||||
from bootstrapvz.common.tasks import ssh
|
from bootstrapvz.common.tasks import ssh
|
||||||
import bootstrapvz.plugins.cloud_init.tasks
|
import bootstrapvz.plugins.cloud_init.tasks
|
||||||
|
|
||||||
|
@ -35,6 +36,7 @@ def resolve_tasks(taskset, manifest):
|
||||||
|
|
||||||
tasks.host.DisableIPv6,
|
tasks.host.DisableIPv6,
|
||||||
tasks.boot.ConfigureGrub,
|
tasks.boot.ConfigureGrub,
|
||||||
|
initd.InstallInitScripts,
|
||||||
ssh.AddSSHKeyGeneration,
|
ssh.AddSSHKeyGeneration,
|
||||||
tasks.apt.CleanGoogleRepositoriesAndKeys,
|
tasks.apt.CleanGoogleRepositoriesAndKeys,
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue