Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Specify GRUB2 kernel by default when deploying via Linode #574

Closed
wants to merge 11 commits into from
1 change: 1 addition & 0 deletions playbooks/roles/genesis-linode/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
linode_plan_id: 1
linode_distribution_id: 146
linode_kernel_id: 210

# Threshold for receiving CPU usage alerts. Each CPU core adds 100% to total.
# Since by default Streisand provisions a Linode 1024 with one core a value of
Expand Down
1 change: 1 addition & 0 deletions playbooks/roles/genesis-linode/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
plan: "{{ linode_plan_id }}"
datacenter: "{{ regions[linode_datacenter] }}"
distribution: "{{ linode_distribution_id }}"
kernel_id: "{{ linode_kernel_id }}"
ssh_pub_key: "{{ ssh_key.stdout }}"
alert_cpu_threshold: "{{ linode_alert_cpu_threshold }}"
alert_diskio_threshold: "{{ linode_alert_diskio_threshold }}"
Expand Down