Ansible roles to configure Orchards workers
First, install Ansible Galaxy dependencies:
ansible-galaxy install -r requirements.ymlTo 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