Releases: umputun/spot
Releases · umputun/spot
Version 0.11.1
- fix mixed hosts and names in simple playbook format
Version 0.11.0
What's Changed
- Simplified playbook by @umputun in #55
- Set OS default key and user for a normal run; if nothing set in the playbook or cli
Full Changelog: v0.10.0...v0.11.0
Version 0.10.0
What's Changed
- Add basic support of toml for both playbook and inventory by @umputun in #46
- Renamed --file to --playbook & SPOT_FILE to SPOT_PLAYBOOK by @bessarabov in #38
- Expand both playbook path and inventory path with
~
#44 - Don't allow the group "all" to be defined by user #43
- Small fix in README.md by @bessarabov in #50
- Added info about env SPOT_INVENTORY to --help by @bessarabov in #49
Full Changelog: v0.9.1...v0.10.0
Version 0.9.1
Version 0.9.0
What's Changed
- add names type of targets by @umputun in #35
- allow mixed targets, i.e. having hosts, groups, and names at the same time and merged together
- eliminate possible duplicates in the final list of destinations
- make the indication of stdout/stderr in script execution more visible
Full Changelog: v0.8.3...v0.9.0
Version 0.8.3
- fix tag match limited to first host only
Full Changelog: v0.8.2...v0.8.3
Version 0.8.2
What's Changed
Full Changelog: v0.8.1...v0.8.2
Version 0.8.1
- Hot fix: missing enviroment
SPOT_INVENTORY
in case of ad-hoc command
Full Changelog: v0.8.0...v0.8.1
Version 0.8.0
What's Changed
- make much simpler config parsing; see #31 by @umputun in #33
- ad-hoc command with no flag, i.e.
spot "ls /tmp" -d example.com
- rename repo and binary packages to
spot
#32
Full Changelog: v0.7.2...v0.8.0
Version 0.7.2
- Fix: ignoring filters on inventory overrides
Full Changelog: v0.7.1...v0.7.2