RedHat EX374 Prüfungsthemen:
| Abschnitt | Ziele |
|---|---|
| Thema 1: Verwalten von Content Collections | - Arbeiten mit Ansible Collections
|
| Thema 2: Steuern der Aufgabenausführung | - Steuern der Ausführung von Playbooks
|
| Thema 3: Verwalten des Automation Controllers | - Arbeiten mit Ressourcen des Automation Controllers
|
| Thema 4: Verwalten der Ansible-Konfiguration | - Anpassen von Ansible-Einstellungen
|
| Thema 5: Verwalten von Ausführungsumgebungen | - Erstellen und Verwenden von Ausführungsumgebungen
|
| Thema 6: Verwalten von Inventarvariablen | - Arbeiten mit Host- und Gruppenvariablen
|
| Thema 7: Verstehen und Verwenden von Git | - Verwalten von Git-Repositories
|
RedHat Red Hat Certified Specialist in Developing Automation with Ansible Automation Platform EX374 Prüfungsfragen mit Lösungen
Set up notifications for job failures in Automation Controller.
Lösung anzeigen Diskussion 0Antwort:
1. Navigate to Notifications and click Add.
2. Choose Type: Slack.
3. Configure Slack details and associate it with a job template.
4. Set the trigger to On Failure.
Explanation:
Notifications improve responsiveness by alerting users of job failures in real time.
Sync dynamic inventory with Automation Controller.
Lösung anzeigen Diskussion 0Antwort:
1. Go to Inventories in Automation Controller.
2. Add a new inventory and set the source as Custom Script.
3. Upload the dynamic inventory script.
Explanation:
Syncing dynamic inventories with Automation Controller ensures up-to-date host management for jobs.
Write a playbook to validate host connectivity in the combined inventory.
Lösung anzeigen Diskussion 0Antwort:
- name: Validate connectivity hosts: all
tasks:
- name: Ping hosts ping:
Explanation:
Testing host connectivity ensures that all hosts in the combined inventory are reachable and configured correctly.
Test the inventory in Automation Controller.
Lösung anzeigen Diskussion 0Antwort:
1. Select the inventory in Automation Controller.
2. Click Sync to fetch the latest data from the dynamic source.
Explanation:
Sync tests validate the integration of dynamic inventories in Automation Controller.
Configure a task to run as a specific user, admin, using the become_user directive.
Lösung anzeigen Diskussion 0Antwort:
- name: Execute as admin user hosts: all
tasks:
- name: List files
become: yes
become_user: admin
command: ls /home/admin
Explanation:
The become_user directive specifies which user to act as during a privileged task, useful for user-specific configurations or actions.






1185 Kundenbewertungen

