Releases: ahuffman/sat6-create-hosts
Releases · ahuffman/sat6-create-hosts
Version 1.0.8
Version 1.0.7
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
- Updated documentation to reflect new
- Fix API query for default compute profiles in a host group
- Fixes #5
Version 1.0.6
Version 1.0.5
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
Version 1.0.4
Updates
- Fixed reporting/debug/fail logic for
sat6_fail_on_existing
True|False scenarios
Version 1.0.3
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
#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 thename
field. This caused issues when the Host Groupname
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
Version 1.0.1
- Updated examples in documentation
- Updated role metadata
- Fixed 602 and 502 ansible-lint rule warnings
Version 1.0
initial release