aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/setup-obs-worker.yml
blob: b79e1a593c82957ac0fed82e42adaa9d038930c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
- name: setup OBS worker
  hosts: obs_workers
  user: root
  vars_files:
    - "vars/{{ ansible_facts['os_family'] }}-{{ ansible_facts['distribution_major_version']}}.yml"
  tasks:
    - name: install common utilities
      zypper:
        name:
          - vim
          - tmux
          - screen
          - tcpdump
          - strace
          - ltrace

  roles:
    - name: osmocom-obs-worker
      tags:
        - obs-worker