Skip to content

Releases: IBM/ansible-role-infosvr-openigc

Updates inventory to IBM.infosvr v2

27 Aug 12:30
Compare
Choose a tag to compare

Renames the inventory group names to use _ rather than -, per IBM.infosvr role v2.

Note: if using this version after using a previous version, you will need to change the group names in any pre-existing inventories you've been using to match this new naming convention.

Further cleanups

15 Dec 10:55
Compare
Choose a tag to compare

Addresses remaining issues identified by Galaxy.

Cleanups

15 Dec 10:49
f6352da
Compare
Choose a tag to compare

Proactive cleanups for issues identified by Galaxy.

Simplifies variable naming

29 Oct 13:05
Compare
Choose a tag to compare

Simplifies the naming of variables used to control which objects the role should maintain.

Adds lineage (flow) imports

19 Sep 09:09
Compare
Choose a tag to compare

Add the ability to load custom lineage (flow) documents: both through expected XML format of the API as well as through a YAML-based generator.

Also adds certificate verification, re-using IBM.infosvr role's retrieval of the domain tier's SSL certificate so that it works even when self-signed.

Bug fix

18 Sep 10:38
Compare
Choose a tag to compare

Fixes issue with nested assets (containment hierarchies) -- XML template was using wrong attribute name for references (value instead of assetIDs).

Removes privilege escalation and moves to local execution

18 Sep 09:53
Compare
Choose a tag to compare

Removes the need for privilege escalation (see README for pre-requisites that need to be met), and moves to executing entirely on the local control machine.

Replaces rsync and cleanups

08 Aug 08:29
Compare
Choose a tag to compare
  • Replaces use of synchronize module that could be problematic due to rsync dependencies with a simple copy
  • Role now cleans up after itself (ie. removes transferred files) after completion
  • Cleans up Ansible output

Permissions fixes

18 May 08:17
Compare
Choose a tag to compare
  • Ensures appropriate ownership of rsync'd bundle files
  • Removes warnings about using curl (URI module in Ansible is insufficient to multi-form post binary files)