Client install roles added

This commit is contained in:
Frank Schiebel 2023-09-05 15:49:28 +02:00
parent 5e8410eac6
commit 990114e28b
47 changed files with 4181 additions and 0 deletions

View file

@ -0,0 +1,13 @@
---
- 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