cirruslabs / ansible-orchard

Ansible roles to configure Orchards workers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automate Everything!

Ansible roles to configure Orchards workers

Run Ansible

First, install Ansible Galaxy dependencies:

ansible-galaxy install -r requirements.yml

To install everything needed to participate the workers pool, first populate orchard_worker_controller_url and orchard_worker_bootstrap_token in production-pool file. Also don't forget to list all of your worker hosts to setup in hosts field.

Then run the following command:

ansible-playbook --inventory-file production-pool --ask-pass playbook-workers.yml

About

Ansible roles to configure Orchards workers

License:MIT License


Languages

Language:Jinja 100.0%