Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Intro

There are cases, where the playbook task needs specific files in order to run. For example, the get_uptime_low_reason.yaml requires show-system-files.awk/search_file.py.j2

The files need to be located inside the files folder under the playbook folder.

Development

The files will be located under Indeni-Knowledge repository, under:

indeni-knowledge/automation/playbooks/files

Deployment

Similar to the rules, the files will be copied to Indeni-Knowledge folder, under:

/usr/share/indeni-knowledge/stable/automation/playbooks/files

Whenever IKE’s would like to run/test new playbook, they will be able to copy the playbook to the path and test it.