Getting Started

Getting Started

Getting Started with Jetpack

Jetpack makes infrastructure automation simple, fast, and reliable.

Installation

Documentation coming soon.

Your First Playbook

# hello.yaml
- name: Hello World
  hosts: all
  tasks:
    - name: Print greeting
      debug:
        msg: "Hello from Jetpack!"

Running Jetpack

jetpack run hello.yaml