infrastructure roles

This commit is contained in:
Raphael Dannecker 2023-07-12 15:50:46 +02:00
parent f191b0c178
commit ec7c5678c3

View file

@ -0,0 +1,13 @@
---
- name: set aptcache
ansible.builtin.copy:
dest: /etc/apt/apt.conf
content: >
Acquire::http::Proxy "http://aptcache.pn.steinbeis.schule:3142/";
- name: set ntp Server
ansible.builtin.lineinfile:
path: /etc/systemd/timesyncd.conf
insertafter: '^#NTP='
line: NTP=server.pn.steinbeis.schule