Skip to content

layfield-ccdc/ansible-orchard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automate Everything!

Ansible roles to configure Orchards workers

Run Ansible

First, install Ansible Galaxy dependencies:

ansible-galaxy install -r requirements.yml

Dependencies

  • elliotweiser.osx-command-line-tools
  • geerlingguy.mac
  • community.general

Example Playbook

- 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"

About

Ansible roles to configure Orchards workers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jinja 100.0%