/redhat-csp-download

Ansible collection for downloading resources from the Red Hat Customer Portal

Primary LanguagePythonApache License 2.0Apache-2.0

redhat-csp-download

Downloads resources from the Red Hat Customer Portal.

Requirements

The lxml and requests packages are required. A full list of requirements is found in the metadata file

Examples

- name: Download JBoss EAP Zip
  redhat_csp_download: 
    username=foo@example.com
    password=bar 
    url=https://access.redhat.com/jbossnetwork/restricted/softwareDownload.html?softwareId=37193
    dest=/tmp/eap-connectors.zip

License

LICENSE

Authors Information