Skip to content

Ansible roles and playbooks to deploy Monocle and Lentille

License

Notifications You must be signed in to change notification settings

change-metrics/monocle-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-monocle

Ansible Monocle provides automation to deploy Monocle using Ansible on a machine (VM). The automation uses Monocle container images through Docker.

These roles have been tested on Fedora 33.

Run the deployment

Create the vars.yaml file with your settings. Here is an example:

monocle_public_url: http://10.0.108.112
monocle_config_url: "https://domain.com/myconfig.yaml"
monocle_title: "Monocle"
bz_crawlers: []
#   - name: crawler-name
#     bz_api_key_env: BZ_API_KEY_ENVNAME
#     monocle_api_key_env: MONOCLE_API_KEY_ENVNAME
#     index: my-index-name
#     bz_product: '"BZ product name"'
ansible-playbook site.yml -u fedora -e @vars.yaml -i 10.0.108.112,

About

Ansible roles and playbooks to deploy Monocle and Lentille

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages