From aaf3abf6922c830cebf63911488c1d818b08f73d Mon Sep 17 00:00:00 2001 From: ReYo Date: Sun, 1 Sep 2024 19:13:40 +0000 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B0=D0=B1=D0=BE=D1=82=D0=B0=D0=B5?= =?UTF-8?q?=D1=82,=20=D0=BF=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D1=87=D1=82=D0=BE=D0=B1=20=D0=BE=D0=BF=D1=80=D0=B5=D0=B4=D0=B5?= =?UTF-8?q?=D0=BB=D1=8F=D0=BB=D1=81=D1=8F=20=D0=BA=D0=BE=D1=80=D1=80=D0=B5?= =?UTF-8?q?=D0=BA=D1=82=D0=BD=D0=BE=20=D0=BF=D0=B0=D1=80=D1=82=D0=B8=D1=86?= =?UTF-8?q?=D0=B8=D1=8F=20=D0=B4=D0=BB=D1=8F=20=D0=BA=D0=BE=D1=80=D0=BD?= =?UTF-8?q?=D0=B5=D0=B2=D0=BE=D0=B3=D0=BE=20=D1=80=D0=B0=D0=B7=D0=B4=D0=B5?= =?UTF-8?q?=D0=BB=D0=B0=20=D0=B8=20=D0=B2=D1=81=D1=8F=D0=BA=D0=B8=D0=B5=20?= =?UTF-8?q?=D0=BF=D1=80=D0=B8=D0=BA=D0=BE=D0=BB=D1=8B=20=D1=81=20=D0=BE?= =?UTF-8?q?=D0=BF=D1=80=D0=B5=D0=B4=D0=B5=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5?= =?UTF-8?q?=D0=BC=20=D0=BF=D1=80=D0=BE=D1=86=D0=B0=20=D0=B2=20=D0=92=D0=9C?= =?UTF-8?q?2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "\\" | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 "\\" diff --git "a/\\" "b/\\" deleted file mode 100644 index 8744ecc..0000000 --- "a/\\" +++ /dev/null @@ -1,16 +0,0 @@ -#Check BareMetall or VM -- name: Check if scaling governor - stat: - path: /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor - register: scaling_governor_file - -- name: Output result - debug: - var: scaling_governor_file.stat.exists - # msg: "File exists" if scaling_governor_file.stat.exists else "File does not exist" - -- include_tasks: encrypt_disks.yml -- include_tasks: encrypt_disks_rroot.yml -- include_tasks: cpu_configuration.yml -- include_tasks: network_configuration.yml -