Skip to content

Commit

Permalink
WIP: add errata_tool_cdn_repo module
Browse files Browse the repository at this point in the history
  • Loading branch information
ktdreyer committed Mar 23, 2020
1 parent 89de030 commit 318e4fa
Show file tree
Hide file tree
Showing 3 changed files with 734 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,30 @@ Errata Tool.
rhel_variant: 8Base
push_targets: []
errata_tool_cdn_repo
--------------------

The ``errata_tool_cdn_repo`` module can create or update CDN Repos within the
Errata Tool.

.. code-block:: yaml
- name: Add redhat-rhceph-rhceph-4-rhel8 cdn repo
errata_tool_cdn_repo:
name: redhat-rhceph-rhceph-4-rhel8
release_type: Primary
content_type: Docker
variants:
- 8Base-RHCEPH-4.0-Tools
packages:
rhceph-container:
- latest
- "{{ '{{' }}version{{ '}}' }}"
- "{{ '{{' }}version{{ '}}' }}-{{ '{{' }}release{{ '}}' }}"
Note that if you want to use a tag string like ``{{version}}`` for your
package, you must escape the double brackets for Ansible, like
``"{{ '{{' }}version{{ '}}' }}"``.

errata_tool_user
----------------
Expand Down

0 comments on commit 318e4fa

Please sign in to comment.