Sha256: 729686c7a14b52df349dd76e6175878ffbba87f1ada331f7183e4567dbeedcf3

Contents?: true

Size: 1.2 KB

Versions: 47

Compression:

Stored size: 1.2 KB

Contents

# Report plugin: `confluence`

The `confluence` report plugin is publishing inventory information in a Confluence page.

## Config DSL extension

### `confluence`

Define a Confluence installation to be targeted.

It takes the following parameters:
* **url** (`String`): URL to the Confluence server
* **inventory_report_page_id** (`String` or `nil`): Confluence page id used for inventory reports, or nil if none [default: nil]

Example:
```ruby
# Confluence configuration
confluence(
  url: 'https://my_confluence.my_domain.com/confluence',
  # Inventory report page ID
  inventory_report_page_id: '12345678'
)
```

## Used credentials

| Credential | Usage
| --- | --- |
| `confluence` | Used to connect to the Confluence API |

## Used Metadata

| 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 |

## Used environment variables

| Variable | Usage
| --- | --- |

## External tools dependencies

None

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
hybrid_platforms_conductor-33.9.5 docs/plugins/report/confluence.md
hybrid_platforms_conductor-33.9.4 docs/plugins/report/confluence.md
hybrid_platforms_conductor-33.9.2 docs/plugins/report/confluence.md
hybrid_platforms_conductor-33.9.1 docs/plugins/report/confluence.md
hybrid_platforms_conductor-33.9.0 docs/plugins/report/confluence.md
hybrid_platforms_conductor-33.8.4 docs/plugins/report/confluence.md
hybrid_platforms_conductor-33.8.3 docs/plugins/report/confluence.md
hybrid_platforms_conductor-33.8.2 docs/plugins/report/confluence.md
hybrid_platforms_conductor-33.8.1 docs/plugins/report/confluence.md
hybrid_platforms_conductor-33.8.0 docs/plugins/report/confluence.md
hybrid_platforms_conductor-33.7.4 docs/plugins/report/confluence.md
hybrid_platforms_conductor-33.7.3 docs/plugins/report/confluence.md
hybrid_platforms_conductor-33.7.2 docs/plugins/report/confluence.md
hybrid_platforms_conductor-33.7.1 docs/plugins/report/confluence.md
hybrid_platforms_conductor-33.7.0 docs/plugins/report/confluence.md
hybrid_platforms_conductor-33.6.0 docs/plugins/report/confluence.md
hybrid_platforms_conductor-33.5.1 docs/plugins/report/confluence.md
hybrid_platforms_conductor-33.5.0 docs/plugins/report/confluence.md
hybrid_platforms_conductor-33.4.0 docs/plugins/report/confluence.md
hybrid_platforms_conductor-33.3.0 docs/plugins/report/confluence.md