Add ACPI to Linux servers. Turnkey doesn't have it enabled by default.
This commit is contained in:
@ -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:
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user