Работает, поправил чтоб определялся корректно партиция для корневого раздела и всякие приколы с определением проца в ВМ2
parent
c71e9fed87
commit
aaf3abf692
16
\
16
\
|
@ -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
|
||||
|
Loading…
Reference in New Issue