chore: remove cloud-init package-update-upgrade-install module
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
933c33553d
commit
71e5f55df4
@ -4,3 +4,4 @@ ISOs
|
||||
jktr
|
||||
hcloud-packer-templates
|
||||
Hetzner
|
||||
VMID
|
||||
|
@ -11,8 +11,8 @@ This project is inspired by [jktr/hcloud-packer-templates](https://github.com/jk
|
||||
|
||||
**Packer**:
|
||||
|
||||
- HashiCorp [Packer](https://www.packer.io/intro/getting-started/install.html) v1.7.7 or higher.
|
||||
- HashiCorp [Packer Plugin for Hetzner Cloud](https://www.packer.io/plugins/builders/hetzner-cloud) (`hcloud`) v1.0.5 or higher.
|
||||
- HashiCorp [Packer](https://www.packer.io/intro/getting-started/install.html)
|
||||
- HashiCorp [Packer Plugin for Hetzner Cloud](https://www.packer.io/plugins/builders/hetzner-cloud) (`hcloud`)
|
||||
|
||||
Required plugins are automatically downloaded during the `packer init` phase. These plugins are placed in the same directory as your Packer executable `/usr/local/bin` or `$HOME/.packer.d/plugins`.
|
||||
|
||||
@ -32,11 +32,11 @@ If required, modify the configuration and scripts files.
|
||||
|
||||
## Build
|
||||
|
||||
Initialize packer and start a build.
|
||||
> **Info:** Using the force flag will automatically remove existing _templates_ with a matching name or VMID.
|
||||
|
||||
```Shell
|
||||
packer init rocky-9/
|
||||
packer build rocky-9/
|
||||
packer build -force rocky-9/
|
||||
```
|
||||
|
||||
## License
|
||||
|
@ -31,7 +31,6 @@ cloud_config_modules:
|
||||
- set-passwords
|
||||
- rh_subscription
|
||||
- yum-add-repo
|
||||
- package-update-upgrade-install
|
||||
- timezone
|
||||
- puppet
|
||||
- chef
|
||||
|
@ -2,7 +2,7 @@ packer {
|
||||
required_version = ">= 1.8.3"
|
||||
required_plugins {
|
||||
hcloud = {
|
||||
version = ">= 1.0.0"
|
||||
version = " 1.0.5"
|
||||
source = "github.com/hashicorp/hcloud"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user