Skip to content

onaio/ansible-dirt

Repository files navigation

=========

This role installs and configures Dirt. Role Variables

Below is a list of some variables and the default values set. Get the full list of settable variables from the defaults file:

# The version of Node.js to install (using NVM). Currently, Dirt works with Node.js 10.1.0
dirt_nvm_node_version: "v10.1.0"

# The version of PM2 to run Dirt in. Dirt currently supports PM2 2.4
dirt_nvm_pm2_version: "2.4.6"

Dependencies

Dirt depends on the following roles:

Example Playbook

Here's an example Dirt playbook:

- hosts: all
  roles:
    - role: ansible-dirt
      dirt_pgsql_db: "dirt"
      dirt_pgsql_user: "dirt"
      dirt_pgsql_password: "random strong password"
      dirt_pgsql_host: "localhost"

License

Apache 2

About

Ansible role for Dirt Spatial Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published