The confluence
report plugin is publishing inventory information in a Confluence page.
Define a Confluence installation to be targeted.
It takes the following parameters:
- url (
String
): URL to the Confluence server - inventory_report_page_id (
String
ornil
): Confluence page id used for inventory reports, or nil if none [default: nil]
Example:
# Confluence configuration
confluence(
url: 'https://my_confluence.my_domain.com/confluence',
# Inventory report page ID
inventory_report_page_id: '12345678'
)
Credential | Usage |
---|---|
confluence |
Used to connect to the Confluence API |
Metadata | Type | Usage |
---|---|---|
hostname |
String |
The node's hostname |
host_ip |
String |
The node's IP |
physical |
Boolean |
Is the node a physical host? |
image |
String |
OS image name associated to the node |
description |
String |
Node's description |
services |
Array<String> |
List of services present on the node |
Variable | Usage |
---|
None