summaryrefslogtreecommitdiff
path: root/guest-repos.yml
blob: bb07df071c4c05beece4e94ba4dd8082e9ec44c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
- name: Setup apt repos on guests
  hosts: vms
  become: true
  gather_facts: true
  roles:
    - role: oefenweb.apt
      apt_debian_contrib_nonfree_enable: true
      apt_manage_sources_list: true
      apt_src_enable: false
      apt_backports_enable: false
      apt_debian_mirror: "http://debian.mithril.re/debian"
      apt_install:
        - snmp-mibs-downloader