Skip to content

Commit

Permalink
Merge pull request #6 from frontmark/favmd-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
favmd authored Jul 12, 2024
2 parents 0fda10e + db4ba17 commit fde3437
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,21 @@ The YAML files (a.k.a. the `#cloud-configs`) will initialize both servers entire
and unattended upgrades and log rotation will have been configured (note that `foo` and `bar` have different log rotation vacuum times, but do share the exact same configuration for unattended upgrades).

> [!NOTE]
> If you can't use Basic Authentication, you can generate an API token and place it in
>
> `datacenters/.auth_headers.json`:
>
> ```json
> {
> "headers": {
> "X-Contract-Number": "<Contract Number>",
> "Authorization": "Bearer <Token>"
> }
> }
> ```
>
> `cloud-init.py` will then use the API token instead of asking for a username and password.
>
> If IONOS changed the Ubuntu image `id` defined in `.de_fra.json`, you will see an error message similar to:
>
> ```text
Expand Down

0 comments on commit fde3437

Please sign in to comment.