Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nilenso/chronograph-playbook
- Owner: nilenso
- Created: 2020-08-26T09:38:59.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T13:25:52.000Z (about 4 years ago)
- Last Synced: 2024-06-21T13:31:14.993Z (5 months ago)
- Size: 7.81 KB
- Stars: 1
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - nilenso/chronograph-playbook - Ansible playbook for the Chronograph service (others)
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
```