Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

Headers

Every playbook needs to start with the following header:

...

  • name: The playbook friendly name that will be shown in the UI

  • hosts: Should always set to localhost

  • gather_facts: Should always set to False

Credentials

Indeni platform will provide the device Credentials. In order to do so, need to use the proper macros:

...