tree: 8019b91985ca83ad78eba51d8cfc130a731ce0b4 [path history] [tgz]
  1. defaults/
  2. files/
  3. handlers/
  4. tasks/
  5. templates/
  6. README.md
skolo/ansible/switchboard/roles/swarming_needs/README.md

Role Name

swarming_needs

Description

All the extra things that need to be on a test machine for Swarming to run.

Right now this only works for linux machines, it will need to evolve to support all the platforms, at which point the platforms specific tasks should go in their own files, e.g. linux.yml.

Variables

swarming_needs__needs_mobile_tools controls the installation of adb and the idevice* applications.

Example Playbook

# Copy the authorized_keys files to all the RPis.
- hosts: rpis
  user: chrome-bot

  roles:
    - swarming_needs