How to skip plan phase in an ansible stack

Last updated: November 7, 2024

How to Skip the Plan Phase

To skip the plan phase in an Ansible stack, add the following environment variable to your stack configuration:

  1. Set the SPACELIFT_SKIP_PLANNING Variable
    Go to your stack's Environment tab, add:

    • Name: SPACELIFT_SKIP_PLANNING

    • Value: true

This setting will instruct Spacelift to bypass the plan phase entirely during runs for this stack.

For further details on configuring stack settings for Ansible, refer to the Spacelift documentation on Ansible stack settings.