ansible-community / ansible-nomad

:watch: Ansible role for Nomad
https://galaxy.ansible.com/brianshumate/nomad
BSD 2-Clause "Simplified" License
297 stars 165 forks source link

Add support for Rocky Linux #197

Open tpendragon opened 4 months ago

tpendragon commented 4 months ago

This enables installation of Nomad on Rocky machines. It also lets you define a variable minimal_curl which will force installation of curl-minimal, as sometimes molecule images have one thing and production installations have another.

These are an upstream push of some changes we had to do in order to get Nomad running on our Rocky boxes for podman support: https://github.com/pulibrary/princeton_ansible/pull/5098/files

tpendragon commented 4 months ago

I hope CI can run these tests, because I couldn't get molecule running locally. Something about it wanting a sudo password.

tpendragon commented 3 months ago

@beechesII Sorry to ping, but going by recent merges I think you're active on this project - is there something I can do to get this in?