Documentation

This is taking longer than usual. If nothing appears, refresh the page.

Documentation

{{docApp.title}}

{{docApp.description}}

Connect an AI assistant

Your AI assistant can read this documentation directly, so it answers from the current content instead of guessing. Add one of the servers below to your client — they use the Model Context Protocol (MCP). Each one covers a different body of content, so add the one you need.

The catalog did not load. Refresh the page to try again.

Loading…

How can we help?

{{docApp.searchError}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

 {{docApp.currentResultsSearchText}}  in {{docApp.searchFilterBySpecificBookTitle}}
Found {{docApp.searchResponse.totalResultsAvailable}} matches. Showing the top {{docApp.searchResponse.results ? docApp.searchResponse.results.length : 0}}. Use a more specific search to further narrow down the results.
No documentation pages match this search, so all content types are shown. Most matches are in {{docApp.searchDocTypeRescue.best.name}}.
There is no book with the ID "{{docApp.searchBookRescue.bid}}", so the book filter from this link was ignored and results from all books are shown.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!
  • {{resultItem.title}} {{resultItem.matchedBy === 'semantic' ? 'semantic' : (resultItem.matchedBy === 'both' ? 'keyword + semantic' : 'keyword')}}

    {{resultItem.url}}

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

Ansible

Logo for package Ansible

Infrastructure Automation

Ansible is an IT automation system that handles configuration management, application deployment, cloud provisioning, ad-hoc task execution, network automation, and multi-node orchestration.

Package Details

  • Vendor: RedHat
  • Target Platform: Linux
  • Package Type: Server and Workstation Management
  • Subscription Tiers: ServerDevOps

Why use this

Ansible is an IT automation system that handles configuration management, application deployment, cloud provisioning, ad-hoc task execution, network automation, and multi-node orchestration.

Example: You can test a collection of servers quickly by adding them to a Host Group, creating a Playbook with the command ‘ping’ and executing it to see which servers within the group are reachable on your network.

Benefits

  • Manage Ansible hosts, and run playbook automations from the service desk, business process workflows, or runbooks.
  • Automate the provision of infrastructure and compute hosts.

How to get access

  • You can try out ITOM for free (not for production use, limited runs) by installing the ITOM application from the Hornbill App Store.

Authentication

When creating jobs for operations contained within this package, they need to be run on the target machine as a user who has the correct privileges within your environment. To create and securely store keys:

  • In the Configuration area of your Hornbill instance, navigate to Platform Configuration > Security > KeySafe;
  • Click on the + Create New Key button, then select Username + Password;
  • Give the KeySafe Key a Title (this is the name/identifier for the Active Directory account as you will see it when creating an IT Automation Job, or adding an IT Automation node to a Workflow);
  • Optionally add a Description;
  • Populate the Username field with the username for the account being used on the target machine;
  • Populate the Password field with the password for the above account;
  • Select Create Key to save.

Once you have created your KeySafe Key, you can then use it to populate the Credentials > Admin or Run As inputs when creating IT Automation Jobs from this package.

Package Automations

OperationDescription
Create Host Creates an instance of a host within the designated host group and inventory / host file.
Create Host Group Creates a host group within the designated file.
Create Inventory Create an Inventory or Host group Text file.
Delete Host Group Removes a host group and all hosts stored within it from an inventory or host file.
List Host Group Displays all the Hosts Group titles within a inventory or host file.
List Inventory This lists the contents of an Inventory or collection of host servers.
List Playbooks This operation lists the contents of a playbook.
Remove Host From Host Group Removes the specified host from a host group.
Remove Inventory Removes an Inventory or Host file from Ansible.
Run Playbook This operation will execute a playbook within Ansible.
In This Document