summaryrefslogtreecommitdiff
path: root/apt_proxy.yml
blob: 6aeabe65e50f86602d8d7b026059b94ae4379449 (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: no
        backup: yes