Add ACPI to Linux servers. Turnkey doesn't have it enabled by default.

This commit is contained in:
2022-08-29 06:50:49 -05:00
parent cfecb77605
commit 709714db04
4 changed files with 26 additions and 11 deletions

View File

@ -12,12 +12,8 @@
sshd_config: /etc/ssh/sshd_config
crond: cron
crond_pattern: cron
#- name: General | Facts | Service | Linux
# set_fact:
# when: ansible_system == "Linux"
acpi: acpid
acpi_pattern: acpid
- name: General | Facts | Service | Linux
set_fact:

View File

@ -1,10 +1,7 @@
---
# Network related variables.
# System related variables.
#- name: Facts | Server | System | Not Used Yet
# set_fact:
- name: Workstation | Facts | Package | FreeBSD
- name: Facts | Server | System | FreeBSD
set_fact:
ansible_python_interpreter: "/usr/local/bin/python3.8"
when: ansible_system == "FreeBSD"