Hi. I’m new to the ansible world, so forgive the noob question. I need to do some post install configuration of a set of Ubuntu bionic devices and one of these things includes installing a custom kernel module from a git repo. A co-worker suggested ansible, and copying some files to /etc seems simply enough, so my question is how easy is it to use ansible to build and install the kernel module? If there’s an example to look at, I’ll happily do so. My basic work flow is this:
- clone git repo
- edit Makefile
- make dkms_install
Thanks!