redhat_cop.ah_configuration.ah_build (1.1.1) — module

Build a collection tar.

Authors: Tom Page (@Tompage1994)

preview | supported by community

Install collection

Install with ansible-galaxy collection install redhat_cop.ah_configuration:==1.1.1


Add to requirements.yml

  collections:
    - name: redhat_cop.ah_configuration
      version: 1.1.1

Description

Build a collection tar ready for Automation Hub. See U(https://www.ansible.com/) for an overview.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Build infra.ah_configuration:v1.0.0
  ah_build:
    path: /home/ansible/ah_configuration
    force: true
    output_path: /var/tmp

Inputs

    
path:
    default: .
    description:
    - Path to the collection(s) directory to build. This should be the directory that
      contains the galaxy.yml file. The default is the current working directory.
    required: false
    type: str

force:
    default: false
    description:
    - Whether to force the build to take place.
    required: false
    type: bool

output_path:
    default: .
    description:
    - he path in which the collection is built to. The default is the current working
      directory.
    required: false
    type: str