Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Empfohlene Antworten

Veröffentlicht

Hallo,

ich schau mir gerade mal Ansible an, allerdings muss ich gestehen dass ich etwas verzweifle. Ich habe es installiert, einen Remotserver eingetragen den ich auch erreichen kann, aber offenbar schein ich mit der Syntax absolut nicht klarzukommen.

Ich habe folgendes Playbook erstellt:

Zitat

---
- hosts: all
tasks:
- name: ensure apache is at the latest version
yum: pkg=httpd state=latest

Das habe ich unter playbook-install-httpd.yml abgespeichert und führe es dann so aus:

Zitat

ansible-playbook playbook-install-httpd.yml


 

Zitat

 

Die Fehlermeldung lautet:

ERROR! Syntax Error while loading YAML.
  did not find expected '-' indicator

The error appears to have been in '/etc/ansible/playbooks/playbook-install-httpd.yml': line 3, column 1, but may
be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

- hosts: all
tasks:
^ here

 

Ich verstehe nicht, was hier falsch ist? Die Meldung "did not find expected '-' indicator" kann ich nicht nachvollziehen. Hat jemand eine Idee?

Bearbeitet von carstenj

Einrückung ist bei yaml sehr wichtig. Bitte keine Tabs. Die Zeile mit yum muss bündig mit dem name eingerückt sein.
Ansonsten google nach "yaml linter" oder "yaml validator" und paste den Inhalt da rein.

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.