Skip to content

Commit

Permalink
Update docs on Cloud-init
Browse files Browse the repository at this point in the history
  • Loading branch information
joakimk committed Dec 12, 2024
1 parent d1c1523 commit 430492d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ The app can be used to provision new servers using cloud-init. You can create a

In addition to this there is a rake task `rake app:cloud_init_password[template_name, remote_ip]` for accessing password for the servers provisioned by the cloud-init script (given you have used {{password}} in the template).

This is useful for servers that are not accessible by SSH (for security reasons) where you still have console access via the server provider by other means.

When provisioning a server on Hetzner, take the IPv6 and replace /64 with 1 when running `rake app:cloud_init_password` to get the correct password.

For more information see the [cloud-init docs](https://cloudinit.readthedocs.io/en/latest/).

## ENVs
Expand Down

0 comments on commit 430492d

Please sign in to comment.