Skip to content

Releases: linux-system-roles/kdump

test with ansible 2.12

08 Nov 20:24
6d00ef8
Compare
Choose a tag to compare

support python 39, ansible-core 2.12, ansible-plugin-scan (#91)

update tox-lsr version to 2.7.1 (#92)

update the tox-lsr version used in github actions tox CI
to 2.7.1

The only difference between this an 2.7.0 is that Ansible 2.12
is now GA.

Make role work with ansible-core; use ansible_managed | comment to fix multi-line ansible_managed

27 Sep 17:30
e405ed2
Compare
Choose a tag to compare

use tox-lsr version 2.5.1

This version removes support for molecule until we can figure out
what to do about molecule. This should make all of the tox tests
pass (except for python 2.6).

Signed-off-by: Rich Megginson rmeggins@redhat.com

use apt-get install -y

Signed-off-by: Rich Megginson rmeggins@redhat.com

Use {{ ansible_managed | comment }} to fix multi-line ansible_managed

BZ#2006230, BZ#2006231, BZ#2006233

remove authorized_key; use ansible builtins (#88)

  • remove authorized_key; use ansible builtins

  • use vars in tasks instead of set_fact

  • fix yamllint issues

  • fix path handling

  • fix yamllint issue

Drop support for Ansible 2.8

12 Aug 16:17
8886e56
Compare
Choose a tag to compare

Drop support for Ansible 2.8 by bumping the Ansible version to 2.9

min_ansible_version is now 2.9

fix tests_ssh if no SSH_CONNECTION

21 Jun 17:10
02fc72b
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

1.0.0

22 Aug 09:38
Compare
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
Compare
Choose a tag to compare
1.0.0-rc.1

Merge branch 'types_experimental'