mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-01-10 20:26:09 +01:00
This commit is contained in:
@@ -4,6 +4,13 @@
|
||||
- name: Facts
|
||||
ansible.builtin.setup:
|
||||
|
||||
- name: Create apt proxy file
|
||||
ansible.builtin.copy:
|
||||
dest: /etc/apt/apt.conf.d/02proxy
|
||||
content: |
|
||||
Acquire::http::Proxy "http://192.168.77.101:3142";
|
||||
Acquire::https::Proxy "false";
|
||||
|
||||
- name: Print arch
|
||||
ansible.builtin.debug:
|
||||
msg: "{{ ansible_architecture }}"
|
||||
|
||||
Reference in New Issue
Block a user