|
|
|
|
|
by __mattya
611 days ago
|
|
Most cloud providers will accept a cloud init cloud config file. Sometimes they call it a “script” but they still accept the Yaml file if it has the `#cloud-config`. There are modules for setting up ssh, adding users, installing packages, etc. https://cloudinit.readthedocs.io/en/latest/index.html |
|