bookworm/roles/lmn_network/tasks/main.yml

14 lines
293 B
YAML
Raw Normal View History

2023-09-05 15:49:28 +02:00
---
- name: set aptcache
ansible.builtin.copy:
dest: /etc/apt/apt.conf
content: >
Acquire::http::Proxy "http://10.16.1.2:3142/";
- name: set ntp Server
ansible.builtin.lineinfile:
path: /etc/systemd/timesyncd.conf
insertafter: '^#NTP='
line: NTP=server.qgm.lan