Initial commit
This commit is contained in:
parent
46a6f7d3ec
commit
49ba7cd121
40 changed files with 1121 additions and 0 deletions
8
roles/base/tasks/debian_kernel.yml
Normal file
8
roles/base/tasks/debian_kernel.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue