mirror of
https://github.com/xcat2/confluent.git
synced 2026-06-17 09:00:48 +00:00
Add the cloud-init script
Still needs storage section, but surprisingly not going to use much of this and instead lean in on the scripts.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user