How-to | Run Ansible tasks#

You can run a list of Ansible tasks as if they were a role executed by a playbook targeting the host(s).

Each Dataiku instance is configured with Dataiku’s Ansible Module that allows you to configure Dataiku including its connections, settings, and projects through a YAML description.

If you want to apply more settings, you can leverage any built-in Ansible modules.

To run an Ansible task:

  1. Under Setup actions, choose Run Ansible tasks.

  2. In Stage, select the stage where you want the Ansible tasks to run.

    • Before DSS install.

    • After DSS install.

    • After DSS is started.

  3. In Ansible tasks, write a YAML list of Ansible tasks as if they were written in a role.