Skip to content

Releases: ahuffman/sat6-create-hosts

Version 1.0.8

13 Nov 20:13
52584da
Compare
Choose a tag to compare
  • Added image build functionality

Version 1.0.7

16 May 14:27
Compare
Choose a tag to compare

Version 1.0.7

  • Drop dependency on ahuffman.api role for wrapping API requests. Switched to using module defaults on main.yml block, which allows for wrapping all uri module calls to have defaults configured and less param passing
  • Add sat6_power_on_delay: "30" option and a pause task prior to new VM power ons
    • Updated documentation to reflect new sat6_power_on_delay
    • Fixes #4
  • Fix API query for default compute profiles in a host group
    • Fixes #5

Version 1.0.6

26 Apr 15:27
Compare
Choose a tag to compare

Version 1.0.6

Bug Fixes:

  • Fixed #3

Version 1.0.5

24 Apr 21:36
Compare
Choose a tag to compare

Version 1.0.5

Updates:

  • Fix ansible-lint complaints about lines longer than 160 chars (non-functional change, only syntax modification)

Version 1.0.4

24 Apr 21:23
Compare
Choose a tag to compare

Version 1.0.4

Updates

  • Fixed reporting/debug/fail logic for sat6_fail_on_existing True|False scenarios

Version 1.0.3

24 Apr 20:25
Compare
Choose a tag to compare

Version 1.0.3

New Features:

  • Ability to create a host without provisioning it
  • Ability to update or ensure a host has settings being passed to Role rather than failing or exiting gracefully
  • Ability to update an unmanaged host to managed (enable provisioning for a host)

Updates:

  • Documentation updated with new features and example use-cases
  • Fixed incorrect tag on subnet section of create_host.yml
  • Changed API endpoints to api/v2 (should've been that way)
  • Updated all conditionals to retrofit for new features

Version 1.0.2

17 Apr 19:19
Compare
Choose a tag to compare

#Version 1.0.2

  • Updates code to be able to properly use nested Host Groups by their fully-qualified name (also known as title in the API) VS. previously using the name field. This caused issues when the Host Group name was also the same as another nested Host Group.
    • Fixes #1
  • Minor update to documentation
  • Dropped some unnecessary logic
  • Dropped an extra main.yml that somehow found its way into the Role's root at some point

Version 1.0.1

08 Jan 20:45
Compare
Choose a tag to compare

Version 1.0.1

  • Updated examples in documentation
  • Updated role metadata
  • Fixed 602 and 502 ansible-lint rule warnings

Version 1.0

02 Aug 01:37
Compare
Choose a tag to compare

initial release