Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
bdb1847982 | |||
055fdb2282
|
|||
a5b431325c | |||
7b728727ff
|
|||
ffa5725a25
|
|||
3ab2e3da9b | |||
a3002d75a8
|
18
CHANGELOG.md
18
CHANGELOG.md
@@ -6,6 +6,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [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
|
||||
|
||||
### Fixed
|
||||
- use source for remote file
|
||||
|
||||
## [0.2.2] - 2024-11-29
|
||||
|
||||
### Fixed
|
||||
|
@@ -4,5 +4,7 @@ runcmd:
|
||||
- apt install -y qemu-guest-agent neovim ranger
|
||||
- systemctl start qemu-guest-agent
|
||||
- systemctl enable --now sshd
|
||||
- curl https://git.front.kjuulh.io/kjuulh/churn-v2/raw/branch/main/install.sh | bash
|
||||
|
||||
|
||||
fqdn: ${hostname}.${domain}
|
||||
|
@@ -55,6 +55,7 @@ variable "ssh_private" {
|
||||
|
||||
variable "user_password" {
|
||||
sensitive = true
|
||||
default = null
|
||||
}
|
||||
|
||||
variable "cpu" {
|
||||
|
Reference in New Issue
Block a user