Kapitel 23. Ansible Automatisierungsplattform

Diese Arbeit wurde mithilfe von KI übersetzt. Wir freuen uns über dein Feedback und deine Kommentare: translation-feedback@oreilly.com

Ansible Automation Platform ist ein kommerzielles Softwareprodukt, das von Red Hat angeboten wird. Ansible Automation Platform 2 ist die Automatisierungsplattform der nächsten Generation für Unternehmen. Sie besteht aus einem überarbeiteten Automation Controller 4, früher bekannt als Tower/AWX, und dem Automation Hub, einem lokalen Repository für Ansible-Inhalte, das die lokale Ansible Galaxy ersetzt. Du kannst den Automation Hub an die Governance-Richtlinien deines Unternehmens anpassen oder ihn einfach mit Community-Inhalten synchronisieren. Beispiel 23-1 ist eine Datei, die vom Administrator des Automation Hub hochgeladen werden kann (siehe Abbildung 23-1). Sie definiert die Sammlungen, die der Automation Hub im lokalen Netzwerk bereitstellen soll. Der Automation Hub benötigt eine Internetverbindung, um diese herunterzuladen.

Beispiel 23-1. requirements.yml für Community-Inhalte im Automation Hub
 --- collections: # Install collections from Ansible Galaxy. - name: ansible.windows source: https://galaxy.ansible.com - name: ansible.utils source: https://galaxy.ansible.com - name: awx.awx source: https://galaxy.ansible.com - name: community.crypto source: https://galaxy.ansible.com - name: community.docker source: https://galaxy.ansible.com - name: community.general source: https://galaxy.ansible.com ...

Get Ansible: Up and Running, 3. Auflage now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.