Skip to content

Releases: SpringerPE/bosh-ansible-inventory

v0.4.1

06 Nov 12:28
Compare
Choose a tag to compare

Fix requirements, use request >= 2.20

v0.4.0

25 Oct 12:35
Compare
Choose a tag to compare
  • The program understands bosh-cli v2 configuration files, so it is able to read target and credentials from there. In other to specify the target you have to use BOSH_ENVIRONMENT env variable.
  • Changed defaults:
    • BOSH_ANSIBLE_INVENTORY_IP=1. So IPs are added by default to the inventory.
    • BOSH_ANSIBLE_INVENTORY_INSTANCES=vm_cid . It will use the VM id created by the IaaS instead of the DNS name provided by bosh.
  • Updated requirements.txt

v0.3.1

24 Oct 13:54
Compare
Choose a tag to compare

Bug fix release:

  • Errands do not appear in the inventory (if they do not have vm).
  • No more collisions between job names and deployment names.

v0.3.0

20 Oct 13:29
Compare
Choose a tag to compare
  • Added BOSH_ANSIBLE_INVENTORY_VARS to be able to define vars from Bosh
  • New BOSH_ANSIBLE_INVENTORY_INSTANCES, [dns, vm_cid, ...]
  • New BOSH_ANSIBLE_INVENTORY_CALL [instances, vms]

v0.2.2

02 Dec 11:08
Compare
Choose a tag to compare
  • Add support for python 3
  • Fix IP index out of range error when vms are being deployed
  • Avoid printing help message if there are problems loading BOSH_CONFIG

v0.2.1

12 Jul 15:46
Compare
Choose a tag to compare
Version v0.2.1

v0.2.0

12 Jul 14:22
Compare
Choose a tag to compare

Added BOSH_ANSIBLE_INVENTORY_IP

v0.1.1

20 Jun 15:25
Compare
Choose a tag to compare

Fixed setup

v0.1.0

20 Jun 13:29
Compare
Choose a tag to compare

First working release