feat: rails style bootkit bin/railiance with quickstart
This commit is contained in:
parent
676ec32379
commit
96eccc6b67
7 changed files with 147 additions and 1 deletions
12
cloudinit/user-data.yaml
Normal file
12
cloudinit/user-data.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#cloud-config
|
||||
package_update: true
|
||||
package_upgrade: true
|
||||
users:
|
||||
- name: ubuntu
|
||||
sudo: ALL=(ALL) NOPASSWD:ALL
|
||||
groups: sudo
|
||||
shell: /bin/bash
|
||||
ssh_authorized_keys:
|
||||
- ssh-ed25519 AAAA...replace_with_your_pubkey
|
||||
runcmd:
|
||||
- [ sh, -lc, 'echo Railiance seed host initialized' ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue