:source: scc_product.py :orphan: .. _scc_product_module: scc_product -- Subscribe Suse Customer Center Account Product +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .. contents:: :local: :depth: 1 Synopsis -------- - Manage Suse Customer Center Product Entities - This module requires the foreman_scc_manager plugin set up in the server - See: https://github.com/ATIX-AG/foreman_scc_manager Requirements ------------ The below requirements are needed on the host that executes this module. - apypie Parameters ---------- .. raw:: html
Parameter Choices/Defaults Comments
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
scc_product
string / required
Full name of the product of suse customer center account

aliases: friendly_name
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

Examples -------- .. code-block:: yaml+jinja - name: "Subscribe to suse customer center product" scc_product: friendly_name: "Product1" scc_account: "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.