Compare commits
1 Commits
v0.4.0
...
e72051c506
Author | SHA1 | Date | |
---|---|---|---|
|
e72051c506 |
13
CHANGELOG.md
13
CHANGELOG.md
@@ -6,19 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.4.0] - 2024-11-30
|
|
||||||
|
|
||||||
### Added
|
|
||||||
- install churn
|
|
||||||
|
|
||||||
## [0.3.0] - 2024-11-30
|
|
||||||
|
|
||||||
### Added
|
|
||||||
- allow password to be null
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
- revert changes to ip
|
|
||||||
|
|
||||||
## [0.2.3] - 2024-11-29
|
## [0.2.3] - 2024-11-29
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@@ -4,7 +4,5 @@ runcmd:
|
|||||||
- apt install -y qemu-guest-agent neovim ranger
|
- apt install -y qemu-guest-agent neovim ranger
|
||||||
- systemctl start qemu-guest-agent
|
- systemctl start qemu-guest-agent
|
||||||
- systemctl enable --now sshd
|
- systemctl enable --now sshd
|
||||||
- curl https://git.front.kjuulh.io/kjuulh/churn-v2/raw/branch/main/install.sh | bash
|
|
||||||
|
|
||||||
|
|
||||||
fqdn: ${hostname}.${domain}
|
fqdn: ${hostname}.${domain}
|
||||||
|
2
node.tf
2
node.tf
@@ -21,7 +21,7 @@ resource "null_resource" "cloud_init_deb12_node" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
provisioner "file" {
|
provisioner "file" {
|
||||||
source = local_file.cloud_init_deb12_node.filename
|
source = local_file.cloud_init_deb12_node.source
|
||||||
destination = "/var/lib/vz/snippets/cloud_init_deb12_${var.name}.yml"
|
destination = "/var/lib/vz/snippets/cloud_init_deb12_${var.name}.yml"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -55,7 +55,6 @@ variable "ssh_private" {
|
|||||||
|
|
||||||
variable "user_password" {
|
variable "user_password" {
|
||||||
sensitive = true
|
sensitive = true
|
||||||
default = null
|
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "cpu" {
|
variable "cpu" {
|
||||||
|
Reference in New Issue
Block a user