Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nilenso/chronograph-playbook

Ansible playbook for the Chronograph service
https://github.com/nilenso/chronograph-playbook

Last synced: 3 months ago
JSON representation

Ansible playbook for the Chronograph service

Awesome Lists containing this project

README

        

# Chronograph Ansible Playbook

Use this to set up Chronograph on your webservers.

```
ansible-playbook \
--inventory $CHRONOGRAPH_INVENTORY \
--user $CHRONOGRAPH_USER \
--private-key $CHRONOGRAPH_PRIVATE_KEY \
--extra-vars chronograph_jar=./chronograph.jar \
--extra-vars chronograph_config=./config.edn \
--become
webserver.yml
```

### Run tests

Curretly, this is just a simple http request to the provisioned machine on port
8000. The extra_vars in Vagrantfile expect ./chronograph.jar and ./config.edn to exist.

To run them:
```
$ vagrant up --provision
```