semaphore setup

This commit is contained in:
tolerryan
2025-04-22 01:04:24 -05:00
parent 1adc4811fc
commit a81e761ea7
9 changed files with 45 additions and 194 deletions

View File

@@ -6,6 +6,13 @@
create: yes
mode: '0644'
- name: Set up apt proxy configuration
copy:
content: |
Acquire::http::Proxy "http://debcache:3142";
dest: /etc/apt/apt.conf.d/00cacher
mode: '0644'
- name: Update apt cache
ansible.builtin.apt:
update_cache: yes