Test mit geänderten Variablen
This commit is contained in:
parent
ac805d4af9
commit
bbf2f78e95
13 changed files with 87 additions and 606 deletions
|
@ -1,13 +1,21 @@
|
|||
---
|
||||
- name: Deploy http proxy config
|
||||
copy:
|
||||
dest: /etc/environment.d/10-lmn-proxy.conf
|
||||
content: |
|
||||
http_proxy="{{ proxy }}"
|
||||
https_proxy="{{ proxy }}"
|
||||
ftp_proxy="{{ proxy }}"
|
||||
no_proxy="{{ no_proxy }}"
|
||||
|
||||
- name: set aptcache
|
||||
ansible.builtin.copy:
|
||||
dest: /etc/apt/apt.conf
|
||||
content: >
|
||||
Acquire::http::Proxy "http://10.16.1.2:3142/";
|
||||
{{ apt_conf }}
|
||||
|
||||
- name: set ntp Server
|
||||
ansible.builtin.lineinfile:
|
||||
path: /etc/systemd/timesyncd.conf
|
||||
insertafter: '^#NTP='
|
||||
line: NTP=server.qgm.lan
|
||||
line: NTP={{ ntp_serv }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue