mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-25 19:10:10 +00:00
924102fa32
Still needs storage section, but surprisingly not going to use much of this and instead lean in on the scripts.
13 lines
237 B
Plaintext
13 lines
237 B
Plaintext
#cloud-config
|
|
autoinstall:
|
|
version: 1
|
|
early-commands:
|
|
- /custom-installation/pre.sh
|
|
late-commands:
|
|
- /custom-installation/post.sh
|
|
ssh:
|
|
install-server: true
|
|
user-data:
|
|
runcmd:
|
|
- /etc/confluent/firstboot.sh
|