summaryrefslogtreecommitdiff
path: root/apt_proxy.yml
blob: 6b66ae01546689f077436b606c0d28ca302f3369 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
- name: Setup APT proxy
  hosts: vms,!srv-aptcache.lan
  tasks:
    - name: Copy APT config
      copy:
        src: files/apt_proxy.conf
        dest: /etc/apt/apt.conf.d/proxy
        mode: "0640"
        force: false
        backup: true