This commit is contained in:
2025-04-17 05:49:13 -05:00
parent 11d7183d7c
commit dcc45cbba5
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1 @@
Acquire::http::Proxy "http://192.168.20.200:3142";

View File

@@ -86,6 +86,16 @@
force: yes
when: ansible_os_family == "Debian"
- name: Copy apt proxy
copy:
src: files/01proxy
dest: /etc/apt/apt.conf.d/01proxy
owner: root
group: root
mode: "0644"
force: yes
when: ansible_os_family == "Debian"
- name: Remove undesirable packages
package:
name: "{{ unnecessary_software }}"