ソースを参照

Added hdparm pkg and 'pkgs' tags. Set apt-update to false for repeated testing.

mike 10 ヶ月 前
コミット
b59b489ccf
1 ファイル変更11 行追加5 行削除
  1. 11 5
      playbook-install_software.yml

+ 11 - 5
playbook-install_software.yml

@@ -2,11 +2,14 @@
 - hosts: all
   become: true
   tasks:
-#    - name: Update Server
-#      apt:
-#        upgrade: true
-#        update-cache: true
-#        cache_valid_time: 3600
+
+    - name: Update Server
+      apt:
+        upgrade: 'False'
+        update-cache: 'True'
+        cache_valid_time: 3600
+      tags:
+        - pkgs
 
     - name: Install Core Server Utils
       apt:
@@ -28,10 +31,13 @@
           - intel-opencl-icd # Added 1/13/2025 per Jellyfin
           - intel-gpu-tools # Added to monitor Intel QuickSync
           - screen
+          - hdparm
 
         state: present
 #        update_cache: true
         cache_valid_time: 3600
+      tags:
+        - pkgs
 
     - name: Add Docker GPG apt Key
       apt_key: