mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
update
This commit is contained in:
parent
11d7183d7c
commit
dcc45cbba5
2 changed files with 11 additions and 0 deletions
1
ansible/roles/base/files/01proxy
Normal file
1
ansible/roles/base/files/01proxy
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Acquire::http::Proxy "http://192.168.20.200:3142";
|
||||||
|
|
@ -86,6 +86,16 @@
|
||||||
force: yes
|
force: yes
|
||||||
when: ansible_os_family == "Debian"
|
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
|
- name: Remove undesirable packages
|
||||||
package:
|
package:
|
||||||
name: "{{ unnecessary_software }}"
|
name: "{{ unnecessary_software }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue