]> freie-schul-it.de Git - fsit-cmgt.git/blobdiff - library/bootstrap.yml
Arbeit mit Git-Submodulen testen 2
[fsit-cmgt.git] / library / bootstrap.yml
index 0297198d627b9c7b020d609f31f199c09d3c797a..2157f9f62e2cc59576def2f393535b08df5a4976 100644 (file)
   apt:
     update_cache: true
     upgrade: true
   apt:
     update_cache: true
     upgrade: true
+- name: Update and upgrade apt packages
+  apt:
     autoremove: true
 - name: install core-packages
   apt:
     pkg:
     - htop
     autoremove: true
 - name: install core-packages
   apt:
     pkg:
     - htop
-    - glances
+#    - glances
     - inxi
     - bmon
     - vim
     - inxi
     - bmon
     - vim
+    - mtr-tiny
+    - tmux
+    - ncdu
+- name: configure apt-unattended-upgrades part one
+  ansible.builtin.copy:
+    dest: /etc/apt/apt.conf.d/10periodic
+    content: |
+      APT::Periodic::Update-Package-Lists "1";
+      APT::Periodic::Unattended-Upgrade "1";
+      APT::Periodic::Download-Upgradeable-Packages "1";
+      APT::Periodic::AutocleanInterval "7";
+#- name: configure apt-unattended-upgrades part two
+#  ansible.builtin.lineinfile:
+# Müssen wir noch an einem neuen Gerät nachvollziehen :-)
 #- name: stop automatic remote printer installation
 #  ansible.builtin.systemd:
 #    name: cups-browsed
 #- name: stop automatic remote printer installation
 #  ansible.builtin.systemd:
 #    name: cups-browsed