Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
3146fd86 11/02/2022 12:38 PM Oleh Fedorenko

Fixes #35621 - Make power status a selectable column

605fc8b1 10/31/2022 05:33 PM Bernhard Suttner

Fixes #35583 - Skip dhclient installation

The dhclient package isn't available on the minimal ISO image for >= EL8, therefore installation fails because it tries to install this package. The IP address is managed by network manager.

32884e54 10/31/2022 10:23 AM Oleh Fedorenko

Fixes #35473 - Add extlogin API endpoint

/users/extlogin endpoint is designed for UI interaction, thus
using this endpoint to create a session to be used via API will
fail with "Can't verify CSRF token authenticity" for any method
except GET. We need to have a separate endpoint to create a proper...

1b245d59 10/25/2022 01:37 PM Leos Stejskal

Fixes #35536 - Template input_resource macro & preview error (#9428)

02ea67ce 10/21/2022 05:28 PM Evgeni Golov

Fixes #35658 - don't fail parsing Windows facts without os_name

When Ansible runs on Windows without Admin privileges, it will not
report `ansible_os_name` and `ansible_distribution` facts, as those
can't be read without being Admin. Don't fail to parse facts in this...

950040e4 10/14/2022 08:55 AM Chris Roberts

Fixes #35619 - Add kernel_version to reported data facet for new host UI

bcd468af 10/13/2022 09:40 AM Leos Stejskal

refs #35069 - ApplicationRecord.<=> undefined method 'name'

874c0d92 10/07/2022 01:01 PM Bernhard Suttner

Fixes #35569 - set correct icons

30c41d67 10/05/2022 07:33 AM Adam Ruzicka

Fixes #35547 - Include REX pull in kickstart default (#9430)

  • Fixes #35547 - Include REX pull in kickstart default
  • Refs #35547 - Output the snippet verbatim
767fea26 10/04/2022 01:13 PM Adam Ruzicka

Refs #35530 - Alternative approach to save_to_file

save_to_macro generates a command using cat and a heredoc string.
However, if the content to be written contains a heredoc using the same
delimiter, save_to_macro's heredoc will be terminated by it, leading to...

View revisions

Also available in: Atom