theforeman.foreman.foreman_scc_product (0.8.1) — module

Subscribe Foreman Suse Customer Center Account Product

Authors: Manisha Singhal (@manisha15) ATIX AG

preview | supported by community

Install collection

Install with ansible-galaxy collection install theforeman.foreman:==0.8.1


Add to requirements.yml

  collections:
    - name: theforeman.foreman
      version: 0.8.1

Description

Manage Foreman Suse Customer Center Product Entities

This module requires the foreman_scc_manager plugin set up in the server

See: U(https://github.com/ATIX-AG/foreman_scc_manager)


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: "Subscribe to suse customer center product"
  foreman_scc_product:
    friendly_name: "Product1"
    scc_account: "Test"
    organization: "Test Organization"

Inputs

    
password:
    description: Password of the user accessing the Foreman server
    required: true
    type: str

username:
    description: Username accessing the Foreman server
    required: true
    type: str

server_url:
    description: URL of the Foreman server
    required: true
    type: str

scc_account:
    description: Name of the suse customer center account associated with product
    required: true
    type: str

scc_product:
    aliases:
    - friendly_name
    description: Full name of the product of suse customer center account
    required: true
    type: str

organization:
    description:
    - Organization that the entity is in
    required: true
    type: str

validate_certs:
    aliases:
    - verify_ssl
    default: true
    description: Whether or not to verify the TLS certificates of the Foreman server
    type: bool