Skip to content

Releases: arillso/go.ansible

Version 0.1.0

11 Nov 20:56
f51c378
Compare
Choose a tag to compare

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

09 Nov 21:11
87af4c1
Compare
Choose a tag to compare

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

09 Nov 20:47
89513dc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.2...v0.0.3

Version 0.0.2

28 Jul 16:26
e18c4db
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.1...v0.0.2

Version 0.0.1

05 Apr 19:39
25fd902
Compare
Choose a tag to compare

Added

  • Initial Commit