| section | Extensions | |
|---|---|---|
| subsection | Component groups | |
| id | Ansible | |
| source | react | |
| propComponents |
|
|
| sourceLink | https://github.com/patternfly/react-component-groups/blob/main/packages/module/patternfly-docs/content/extensions/component-groups/examples/Ansible/Ansible.md |
import Ansible from '@patternfly/react-component-groups/dist/dynamic/Ansible'; import { FunctionComponent } from 'react';
The Ansible component displays the Ansible project logo, with a support status style.
By default, the Ansible logo displays as normal and in full color, meaning that it is supported.
To specify that Ansible is not supported, set the isSupported property to false.
To display the Red Hat Ansible Automation Platform, add the isRHAAP property to the <Ansible> component.