Sha256: dd160cbc03bbc72db52adefbd9a2b8edde0ba03e2b53b23def0a7f3dc449bc1c

Contents?: true

Size: 977 Bytes

Versions: 21

Compression:

Stored size: 977 Bytes

Contents

---
topic: project
guide: |
    A Bolt project is a directory that serves as the launching point for Bolt
    and allows you to create a shareable orchestration application. Projects
    typically include a project configuration file, an inventory file, and any
    content you use in your project workflow, such as tasks and plans.

    When you run Bolt, it runs in the context of a project. If the directory you
    run Bolt from is not a project, Bolt attempts to find a project by
    traversing the parent directories. If Bolt is unable to find a project, it
    runs from the default project, located at '~/.puppetlabs/bolt'.

    A directory is only considered a Bolt project when it has a project
    configuration file named 'bolt-project.yaml'. Bolt doesn't load project data
    and content, including inventory files, unless the data and content are part
    of a project.

documentation:
  - https://pup.pt/bolt-projects
  - https://pup.pt/bolt-project-reference

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
bolt-3.29.0 guides/project.yaml
bolt-3.28.0 guides/project.yaml
bolt-3.27.4 guides/project.yaml
bolt-3.27.2 guides/project.yaml
bolt-3.27.1 guides/project.yaml
bolt-3.26.2 guides/project.yaml
bolt-3.26.1 guides/project.yaml
bolt-3.25.0 guides/project.yaml
bolt-3.24.0 guides/project.yaml
bolt-3.23.1 guides/project.yaml
bolt-3.23.0 guides/project.yaml
bolt-3.22.1 guides/project.yaml
bolt-3.22.0 guides/project.yaml
bolt-3.21.0 guides/project.yaml
bolt-3.20.0 guides/project.yaml
bolt-3.19.0 guides/project.yaml
bolt-3.18.0 guides/project.yaml
bolt-3.17.0 guides/project.yaml
bolt-3.16.1 guides/project.yaml
bolt-3.16.0 guides/project.yaml