ansible-freebsd-modules icon indicating copy to clipboard operation
ansible-freebsd-modules copied to clipboard

Push modules to the upstream ansible

Open b-a-t opened this issue 6 years ago • 9 comments

It looks like sysrc ans kld are around for quite a while and mature, so it would be great to see them as a part of the official Ansible distribution, which lacks proper FreeBSD support.

b-a-t avatar Jan 15 '19 10:01 b-a-t

This is a good idea, I'll take a look at getting tests set up for these before trying to push them upstream.

dlundgren avatar Jan 16 '19 06:01 dlundgren

I've worked on getting Molecule tests done this past weekend, and then worked on making the tests work for Ansible proper.

ansible/ansible#61696

dlundgren avatar Sep 03 '19 04:09 dlundgren

Very cool. Can't wait to see this merged into Ansible.

till avatar Sep 03 '19 15:09 till

Delayed, but I've created ansible-collections/community.general#1460, since the ansible/ansible PR was closed out.

dlundgren avatar Dec 07 '20 16:12 dlundgren

@dlundgren I saw your other ticket #18 — so maybe a collection is best after all? I am not sure what the paperwork is to get a repo in ansible-collections, but you could also continue with your own repository.

till avatar Dec 09 '20 14:12 till

Considering how there are only 2 modules available in the library, I'll work on getting them into the community.general collection as it'll have a broader impact for being available, and more eyes on tests that break.

Once sysrc get's merged in, I'll work on getting kld tested and ready for inclusion in to community.general.

dlundgren avatar Dec 09 '20 15:12 dlundgren

The sysrc module has been moved to community.general.sysrc. I've restarted work on moving kld

dlundgren avatar Apr 15 '24 17:04 dlundgren