Skip to content

Releases: O1ahmad/ansible-role-systemd

Release v0.3.5

23 Apr 23:05
9f5443a
Compare
Choose a tag to compare

Changelog:

  • add drop-in unit override config functionality
  • add reload on change option
  • force bool type coercion in when conditionals
  • remove centos-7 from CI test suite due to impending deprecation

Release v0.3.4

10 Dec 23:48
f6ba451
Compare
Choose a tag to compare

Changelog:

  • Add label to loop_control in handlers and replace with_items with loop

Release v0.3.3

08 Dec 22:35
3467d37
Compare
Choose a tag to compare

Changelog:

  • Add unit processing loop control labels for better output readability
  • Add support for drop-in override configuration

Release v0.3.2

02 Dec 20:13
9f6c059
Compare
Choose a tag to compare

Changelog:

  • Reload handler: Only restart modified units

Release v0.3.1

01 Dec 14:09
dca7978
Compare
Choose a tag to compare

Changelog:

  • don't end-play following uninstall process to allow for downstream role cleanup

Release v0.3.0

29 Nov 04:40
2d6a5b9
Compare
Choose a tag to compare

Changelog:

  • add functionality for enabling and setting state of configured units

Release v0.2.2

13 Apr 21:21
3dd4adb
Compare
Choose a tag to compare

Changelog:

  • rename loop_vars to context dependent value in order to avoid variable collisions with default item name

Release v0.2.1

01 Mar 21:29
49c6d7f
Compare
Choose a tag to compare

Changelog:

  • fix unit file rendering bug preventing target units from being expressed due to lack of [Type] section by definition
  • update and parallelize test workflow by leveraging Travis jobs (rather than relying test-kitchen's relatively problematic --concurrency flag)

Release v0.1.0

11 Feb 19:53
30f0bf4
Compare
Choose a tag to compare

Changelog:

  • initial release of the Ansible role providing installation and configuration provisioning logic for Systemd units