Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 514 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 514 Bytes

AxLabs: cloud-init scripts

Public cloud-init files for VMs.

If you don't know much about cloud-init, start here.

Example

This is what you'll need to input in your Cloud's cloud-init script:

#cloud-config
#include-url:
  - https://raw.githubusercontent.com/AxLabs/cloud-init/main/cloud-init-ssh.yaml
  - https://raw.githubusercontent.com/AxLabs/cloud-init/main/cloud-init-swap-config.yaml

If you would like to add/remove scripts, add them as an URL.