chore: remove cloud-init package-update-upgrade-install module
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
dc18b4fae7
commit
872970690f
@ -11,8 +11,8 @@ This project is inspired by [bitop/packer-templates](https://gitlab.com/bitop/pa
|
|||||||
|
|
||||||
**Packer**:
|
**Packer**:
|
||||||
|
|
||||||
- HashiCorp [Packer](https://www.packer.io/intro/getting-started/install.html) v1.7.7 or higher.
|
- HashiCorp [Packer](https://www.packer.io/intro/getting-started/install.html)
|
||||||
- HashiCorp [Packer Plugin for Proxmox](https://www.packer.io/plugins/builders/proxmox/iso) (`proxmox-iso`) v1.0.8 or higher.
|
- HashiCorp [Packer Plugin for Proxmox](https://www.packer.io/plugins/builders/proxmox/iso) (`proxmox-iso`)
|
||||||
|
|
||||||
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`.
|
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`.
|
||||||
|
|
||||||
@ -40,9 +40,11 @@ If required, modify the configuration and scripts files.
|
|||||||
|
|
||||||
Initialize packer and start a build.
|
Initialize packer and start a build.
|
||||||
|
|
||||||
|
> **Info:** Using the force flag will automatically remove existing _templates_ with a matching name or VMID.
|
||||||
|
|
||||||
```Shell
|
```Shell
|
||||||
packer init rocky-9/
|
packer init rocky-9/
|
||||||
packer build rocky-9/
|
packer build -force rocky-9/
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
@ -31,7 +31,6 @@ cloud_config_modules:
|
|||||||
- set-passwords
|
- set-passwords
|
||||||
- rh_subscription
|
- rh_subscription
|
||||||
- yum-add-repo
|
- yum-add-repo
|
||||||
- package-update-upgrade-install
|
|
||||||
- timezone
|
- timezone
|
||||||
- puppet
|
- puppet
|
||||||
- chef
|
- chef
|
||||||
|
@ -2,7 +2,7 @@ packer {
|
|||||||
required_version = ">= 1.8.3"
|
required_version = ">= 1.8.3"
|
||||||
required_plugins {
|
required_plugins {
|
||||||
proxmox = {
|
proxmox = {
|
||||||
version = ">= 1.0.8"
|
version = "1.1.2"
|
||||||
source = "github.com/hashicorp/proxmox"
|
source = "github.com/hashicorp/proxmox"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user