Install and Use the Liquibase Ansible Role

Last updated: September 2, 2025

Use the official Liquibase Ansible role to install Liquibase on your target servers. This role handles downloading, verifying, and placing Liquibase in your desired installation path.

Note: Starting with Liquibase version 4.32.0, we will no longer update this package manager with our latest software download packages.

Before you begin

Procedure

1

Install the Role

Install the Liquibase role from Ansible Galaxy:

loading

If you instead need to update the role, run:

loading

To uninstall the role:

loading
2

Step up your inventory.

Create an inventory file, such as inventory.ini, and list your target hosts.

loading
3

Create a Playbook

Create a playbook file, such as playbook.yml, that uses the Liquibase role

loading

This installs the latest default version of Liquibase.

To install a specific version, include the liquibase_ver variable.

loading
4

Run the Playbook.

Use the ansible-playbook command to apply the role.

loading
5

Verify Installation

After running the playbook, SSH into your target servers and run:

loading

This confirms Liquibase is installed and available.