Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.

Chapter 1. Introduction to Satellite Ansible Collection


Satellite Ansible Collection provides a set of Ansible modules for managing Satellite. Using the modules, you can automate many aspects of Satellite management.

1.1. Installing the Satellite Ansible modules

Modules from the Satellite Ansible Collection are provided by the ansible-collection-redhat-satellite package. On your Satellite Server, the package is installed by default. If you want to execute your playbooks on a different system, you must first install the package that provides them.

Note

You can execute your playbooks on any system that can reach the Satellite API. This can also be your Satellite Server itself.

Procedure

  • Install the ansible-collection-redhat-satellite package:

    # dnf install ansible-collection-redhat-satellite
    Copy to Clipboard Toggle word wrap

Verification

  • Display the list of Ansible modules that are now available on your system:

    # ansible-doc --list redhat.satellite
    Copy to Clipboard Toggle word wrap

Next steps

  • You can now use the installed Ansible modules to execute playbooks.

1.2. Getting help with Satellite Ansible Collection

Note

To view the built-in documentation, Satellite Ansible Collection must be installed on your system. For more information, see Section 1.1, “Installing the Satellite Ansible modules”.

You can view the full built-in documentation for available modules with the following command:

# ansible-doc --list redhat.satellite
Copy to Clipboard Toggle word wrap

You can view the built-in documentation for a particular module with the following command:

# ansible-doc redhat.satellite.Module_Name
Copy to Clipboard Toggle word wrap

For example:

# ansible-doc redhat.satellite.location
Copy to Clipboard Toggle word wrap
Nach oben
Red Hat logoGithubredditYoutubeTwitter

Lernen

Testen, kaufen und verkaufen

Communitys

Über Red Hat Dokumentation

Wir helfen Red Hat Benutzern, mit unseren Produkten und Diensten innovativ zu sein und ihre Ziele zu erreichen – mit Inhalten, denen sie vertrauen können. Entdecken Sie unsere neuesten Updates.

Mehr Inklusion in Open Source

Red Hat hat sich verpflichtet, problematische Sprache in unserem Code, unserer Dokumentation und unseren Web-Eigenschaften zu ersetzen. Weitere Einzelheiten finden Sie in Red Hat Blog.

Über Red Hat

Wir liefern gehärtete Lösungen, die es Unternehmen leichter machen, plattform- und umgebungsübergreifend zu arbeiten, vom zentralen Rechenzentrum bis zum Netzwerkrand.

Theme

© 2025 Red Hat