Skip to content

Commit

Permalink
Merge pull request #48 from IBM/dariuszglocki
Browse files Browse the repository at this point in the history
9.2.36 playbooks release
  • Loading branch information
DariuszGlocki authored Jun 24, 2024
2 parents f3649f4 + 81ed23e commit 3573341
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Disconnected scans allow for discovering software and hardware inventory by running scripts that are provided in the disconnected scanner package. The scripts initiate software and capacity scans, and create a package with scan results that you later need to upload to the License Metric Tool server. You can automate management of disconnected scans by using [Ansible](https://docs.ansible.com/ansible/latest/index.html#about-ansible).

The current version of License Metric Tool playbooks is **9.2.35**
The current version of License Metric Tool playbooks is **9.2.36**


## Prerequisites
Expand Down
1 change: 1 addition & 0 deletions docs/doc_lmt_parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ Before you run License Metric Tool playbooks, review default values of License M
<b>Note:</b> Ensure the name of the public cloud is enclosed in quotation marks.
<br/><br/>
Possible values include names of supported public clouds such as:<br>
<code>"IBM Cloud Virtual Server"</code><br>
<code>"IBM Power Virtual Server"</code><br>
<code>"IBM SoftLayer"</code><br>
<code>"IBM Cloud LinuxONE VS"</code><br>
Expand Down
1 change: 1 addition & 0 deletions lmt_inventory_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ all:
##===================================================================================
## Default Value | Empty (none)
## Possible Values | Name of a supported public cloud:
## | "IBM Cloud Virtual Server"
## | "IBM Power Virtual Server"
## | "IBM SoftLayer"
## | "IBM Cloud LinuxONE VS"
Expand Down
3 changes: 2 additions & 1 deletion roles/ilmt_scanner/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ lmt_scanner_daily_pack_results_enabled: true
##==============================================================================
## Default Value | Empty (none)
## Possible Values | Name of a supported public cloud:
## | "IBM Cloud Virtual Server"
## | "IBM Power Virtual Server"
## | "IBM SoftLayer"
## | "IBM Cloud LinuxONE VS"
Expand Down Expand Up @@ -355,4 +356,4 @@ lmt_scanner_docker_scan_enabled: false
## This parameter only applies to machines with Linux operating system.
## Set the value of this parameter to TRUE to enable the scan of all Docker
## containers that are deployed on the target managed node.
################################################################################
################################################################################
2 changes: 1 addition & 1 deletion roles/ilmt_scanner/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ lmt_scanner_aix_scanner_minimum_disk_space: 100
# required_ibmi_space_in_MBs
lmt_scanner_ibmi_scanner_minimum_disk_space: 120
# Playbooks version - should be in-line with LMT server version and upgraded during each release
lmt_playbooks_version: "9.2.35.0"
lmt_playbooks_version: "9.2.36.0"

0 comments on commit 3573341

Please sign in to comment.