Releases: arillso/go.ansible
Releases · arillso/go.ansible
Version 0.1.0
What's Changed
Added
- GalaxyAPIKey: Key for Galaxy API authentication.
- GalaxyAPIServerURL: URL of the Galaxy API server.
- GalaxyCollectionsPath: Path to Galaxy collections.
- GalaxyDisableGPGVerify: Disables GPG verification for Galaxy.
- GalaxyForceWithDeps: Forces Galaxy installation with dependencies.
- GalaxyIgnoreCerts: Ignores certificate checks for Galaxy.
- GalaxyIgnoreSignatureStatusCodes: List of status codes to ignore in Galaxy signature checks.
- GalaxyKeyring: Path to the Galaxy keyring.
- GalaxyOffline: Enables offline mode for Galaxy.
- GalaxyPre: Enables installation of pre-release versions in Galaxy.
- GalaxyRequiredValidSignatureCount: Number of required valid signatures for Galaxy.
- GalaxyRequirementsFile: Path to the file with Galaxy requirements.
- GalaxySignature: Specific signature for Galaxy.
- GalaxyTimeout: Timeout for Galaxy operations.
- GalaxyUpgrade: Enables the upgrade of Galaxy collections.
- GalaxyNoDeps: Disables dependency resolution in Galaxy.
Full Changelog: v0.0.4...v0.1.0
Version 0.0.4
What's Changed
- fix(ansiblePlaybook): correct 'Config' field case sensitivity by @sbaerlocher in #7
Full Changelog: v0.0.3...v0.0.4
Version 0.0.3
What's Changed
- feat(variable): Add 'GalaxyForce' boolean by @sbaerlocher in #6
Full Changelog: v0.0.2...v0.0.3
Version 0.0.2
What's Changed
- Bump github.com/urfave/cli/v2 from 2.2.0 to 2.3.0 by @dependabot-preview in #1
- add env ANSIBLE_GALAXY_DISPLAY_PROGRESS by @sbaerlocher in #2
- fix(deps): bump github.com/joho/godotenv from 1.3.0 to 1.4.0 by @dependabot in #4
New Contributors
- @dependabot-preview made their first contribution in #1
- @sbaerlocher made their first contribution in #2
- @dependabot made their first contribution in #4
Full Changelog: v0.0.1...v0.0.2
Version 0.0.1
Added
- Initial Commit