Skip to content
Snippets Groups Projects
Commit 6d752b5e authored by Jörg Sachse's avatar Jörg Sachse
Browse files

feat: disable obsolete caching proxy

parent 0a61ee3d
No related branches found
No related tags found
No related merge requests found
Pipeline #5526 failed
......@@ -7,7 +7,7 @@
mode: "0644"
owner: "root"
group: "root"
state: present
state: absent
block: |
### HTTP:
# http_proxy=http://<Benutzername>:<Passwort>@<Proxy>:<Port>
......@@ -29,3 +29,4 @@
ansible.builtin.lineinfile:
dest: "/etc/apt/apt.conf.d/70debconf"
line: 'Acquire::http::Proxy { "http://{{ vault_proxy_hostname }}.{{ vault_proxy_domain }}:{{ vault_proxy_http_port }}" };'
state: absent
......@@ -9,7 +9,6 @@
- "human_users.vault"
- "iptables.vault"
- "nfs_mounts.vault"
- "proxy.vault"
- "sftp.vault"
- "ssh_publickeys.vault"
- "check_ie_sample.vault"
......
---
vault_proxy_hostname: "{{ 'PRODUCTION_PROXY_HOSTNAME' if not 'test' in ansible_hostname else 'TEST_PROXY_HOSTNAME' }}"
vault_proxy_domain: "example.com"
vault_proxy_http_port: "PORT_NUMBER"
vault_proxy_https_port: "PORT_NUMBER"
vault_no_proxy: "LIST, OF, FQDNs, THAT, SHOULD, BE, REACHED, DIRECTLY"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment