diff --git a/roles/powervs_os_registration/README.md b/roles/powervs_os_registration/README.md index b4575a7..fb92265 100644 --- a/roles/powervs_os_registration/README.md +++ b/roles/powervs_os_registration/README.md @@ -32,7 +32,7 @@ Install the below collections. | Name | Type |Example | Description | |------------|------------|--------------------------------------------|-----------------------------------| -| byol | Object |
byol:
  username:`username`
  password:`password`
  password:`server_proxy_hostname`
  password:`server_proxy_port`
| 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 |
byol:
  username:`username`
  password:`password`
  server_proxy_hostname:`server_proxy_hostname`
  server_proxy_port:`server_proxy_port`
| 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