foreman_scc_product – Subscribe Foreman Suse Customer Center Account Product

Synopsis

Requirements

The below requirements are needed on the host that executes this module.

  • apypie

Parameters

Parameter Choices/Defaults Comments
friendly_name
string / required
Full name of the product of suse customer center account
organization
string / required
Organization that the entity is in
password
string / required
Password of the user accessing the Foreman server
scc_account
string / required
Name of the suse customer center account associated with product
server_url
string / required
URL of the Foreman server
username
string / required
Username accessing the Foreman server
validate_certs
boolean
    Choices:
  • no
  • yes ←
Whether or not to verify the TLS certificates of the Foreman server

aliases: verify_ssl

Examples

- name: "Subscribe to suse customer center product"
  foreman_scc_product:
    friendly_name: "Product1"
    scc_account_name: "Test"
    organization: "Test Organization"

Status

Authors

  • Manisha Singhal (@manisha15) ATIX AG

Hint

If you notice any issues in this documentation, you can edit this document to improve it.