:source: foreman_scc_product.py :orphan: .. _foreman_scc_product_module: foreman_scc_product -- Subscribe Foreman Suse Customer Center Account Product +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .. contents:: :local: :depth: 1 Synopsis -------- - Manage Foreman 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
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 -------- .. code-block:: yaml+jinja - name: "Subscribe to suse customer center product" foreman_scc_product: friendly_name: "Product1" scc_account_name: "Test" organization: "Test Organization" Status ------ - This module is not guaranteed to have a backwards compatible interface. *[preview]* - This module is :ref:`maintained by the Ansible Community `. *[community]* Authors ~~~~~~~ - Manisha Singhal (@manisha15) ATIX AG .. hint:: If you notice any issues in this documentation, you can `edit this document `_ to improve it.