Go to file
flynn 55e63e9409 replace dashed for underscores 2019-02-13 22:40:27 +01:00
defaults replace dashed for underscores 2019-02-13 22:40:27 +01:00
logo finish basic task script, remove non used folders 2019-01-18 21:10:14 +01:00
meta finish basic task script, remove non used folders 2019-01-18 21:10:14 +01:00
tasks remove lein install, we're now running a pre build jar 2019-02-13 20:27:55 +01:00
templates replace dashed for underscores 2019-02-13 22:40:27 +01:00
tests add ansible-galaxy role template 2019-01-18 14:32:22 +01:00
vars expose more vars for the mysql setup 2019-01-30 11:55:49 +01:00
.gitignore add systemd service and start script 2019-01-21 22:56:36 +01:00
README.md change postgres to mariadb 2019-01-29 23:18:25 +01:00
requirements.yml change postgres to mariadb 2019-01-29 23:18:25 +01:00

README.md

Ansible cat

This repo contains the ansible role needed to deploy the cat project

Downloading

Add the src of this repo to your requirements.yml file.

Then use following command to install the role

ansible-galaxy install -r requirements.yml

Usage

Example of how to use the role in a playbook

- hosts: servers
  roles:
     - role: ansible_cat
        vars:
            mariadb_root_password: *****
            cat_db_password: *****

There are 2 required parameters, the mariadb root password and the cat database password.

The server will run on port 3000 by default.

Other customizable parameters are listed in the defaults folder of the role.