Ansible roles to configure Orchards workers
First, install Ansible Galaxy dependencies:
ansible-galaxy install -r requirements.yml
- elliotweiser.osx-command-line-tools
- geerlingguy.mac
- community.general
- hosts: all
roles:
- ansible_orchard
vars:
orchard_worker_tart_home: "{{ ansible_env.HOME }}"
orchard_worker_user: "admin"
orchard_worker_controller_url: "controller.example.com"
orchard_worker_bootstrap_token: "TOKEN-HERE"