2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-01-13 03:08:14 +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:
Jarrod Johnson 2020-05-01 16:47:07 -04:00
parent f3747025ff
commit 924102fa32
2 changed files with 12 additions and 0 deletions

View File

@ -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