diff options
| author | Matthieu Pignolet <m@mpgn.dev> | 2025-03-17 14:18:03 +0400 |
|---|---|---|
| committer | Matthieu Pignolet <m@mpgn.dev> | 2025-03-17 14:18:03 +0400 |
| commit | 5098223d5c81fac49ded8e555ba629281b06d425 (patch) | |
| tree | 451988b8a7287735ac98704c5f2b1783fd837666 /guest-repos.yml | |
| parent | 63efaaf0ba315a9af837d9e9016d331a1327e5e5 (diff) | |
initial commit: migrate all `MatthieuCoder/pantheon-ansible` files to the oss repo
Diffstat (limited to 'guest-repos.yml')
| -rw-r--r-- | guest-repos.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/guest-repos.yml b/guest-repos.yml new file mode 100644 index 0000000..bb07df0 --- /dev/null +++ b/guest-repos.yml @@ -0,0 +1,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 |
