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 builtin Ansible modules.
To run an Ansible task:
-
Under Setup actions , choose Run Ansible tasks .
-
In Stage , select the stage where you want the Ansible tasks to run.
-
Before DSS install.
-
After DSS install.
-
After DSS is started.
-
-
In Ansible tasks , write a YAML list of Ansible tasks as if they were written in a role.
-
You can include base Ansible tasks and Ansible modules for Dataiku .
-