Initial commit

This commit is contained in:
Tyler Hale 2021-09-01 17:31:49 -06:00
parent 46a6f7d3ec
commit 49ba7cd121
40 changed files with 1121 additions and 0 deletions

View file

@ -0,0 +1,8 @@
---
# file: roles/base/tasks/debian_kernel.yml
- name: Install linux-azure kernel
package:
name: linux-azure
state: latest
notify: Reboot Host