aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/setup-obs-worker.yml
blob: c742a19eb3017cf4ca2f1d90aa7a152baf18a543 (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