Skip to content

Releases: linux-system-roles/kdump

fix tests_ssh if no SSH_CONNECTION

21 Jun 17:10
02fc72b

Choose a tag to compare

use localhost if no SSH_CONNECTION env. var.

use 127.0.0.1 for kdump_test_ssh_source if the SSH_CONNECTION
env. var. is not defined - this is primarily for testing on a
single host (i.e. the control node is the managed node) for the
basic smoke test.

add destination ssh key to known_hosts, other bug fixes

26 May 20:04
8243bd4

Choose a tag to compare

Add the servers public key to known_hosts on managed node.
Otherwise kdump fails to work: it has no way to ask for the host key
confirmation.

Support for managing RHEL-9 hosts

Several other bug fixes

Fix lint issues, modernize code.

Get rid of the extra final newline in string

22 Feb 21:43
c86d292

Choose a tag to compare

The ssh test was using the YAML | to create the string, which added
a trailing newline. Instead, use the >- since folding is more
appropriate than literal in this context.

Changes to support conversion to collections

19 Nov 20:01
fa5a7f1

Choose a tag to compare

This contains changes to support conversion to collection as well as some tox/travis fixes. No functionality changes.

Use Best Practices in Ansible/yaml code

25 Aug 18:29
b273241

Choose a tag to compare

1.0.0

22 Aug 09:38

Choose a tag to compare

Notable Changes

Note that the changes are not backward compatible and it is necessary to update playbooks that use them.

  • The following variables have been renamed according to common conventions:

    • dump_target to kdump_target
    • path to kdump_path
    • core_collector to kdump_core_collector
    • system_action to kdump_system_action
    • ssh_dump_user to kdump_ssh_user
    • ssh_dump_server to kdump_ssh_server
    • sshkey to kdump_sshkey
  • The dump_target.kind option has been renamed to kdump_target.type.

Release candidate of 1.0 - beware, incompatible changes!

31 Jul 18:55

Choose a tag to compare

1.0.0-rc.1

Merge branch 'types_experimental'