Skip to content

Commit

Permalink
docs: update readme (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
surajsbharadwaj authored Jan 8, 2025
1 parent 308996d commit 12eb14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/powervs_os_registration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Install the below collections.

| Name | Type |Example | Description |
|------------|------------|--------------------------------------------|-----------------------------------|
| byol | Object | <br>byol:<br>&nbsp;&nbsp;username:`username`<br> &nbsp;&nbsp;password:`password`<br> &nbsp;&nbsp;password:`server_proxy_hostname`<br> &nbsp;&nbsp;password:`server_proxy_port`<br>| BYOL for RHEL/SLES. For RHEL provide username and password. If your machine does not have public internet access, you also need to provide a hostname and port of a proxy server with a valid route to the registration servers. For SLES provide email as username and activation code as password. Do not provide it for Full Linux Subscription |
| byol | Object | <br>byol:<br>&nbsp;&nbsp;username:`username`<br> &nbsp;&nbsp;password:`password`<br> &nbsp;&nbsp;server_proxy_hostname:`server_proxy_hostname`<br> &nbsp;&nbsp;server_proxy_port:`server_proxy_port`<br>| BYOL for RHEL/SLES. For RHEL provide username and password. If your machine does not have public internet access, you also need to provide a hostname and port of a proxy server with a valid route to the registration servers. For SLES provide email as username and activation code as password. Do not provide it for Full Linux Subscription |
| fls | Boolean | fls: true | if true, performs Full Linux Subscription. Do not provide if for BYOL|

# Installation Guide
Expand Down

0 comments on commit 12eb14f

Please sign in to comment.