Hi,
I’m using ansible to manage my at the moment 15 servers with gentoo.
the portage module is great, thanks for everyone putting work into it.
I missed two features to completely migrate my at the moment python scripts to ansible:
-
excludes, it is not possible to exclude packages for example I have a few server where I don’t want to update the kernel, but do an @world update
-
set use flags (perhaps with flaggie, dunno what the easiest way to implement is)
-
–with-bdeps=y , in some circumstances I use this parameter, i.e. when emerge --depclean fails, because of inconsistencys.
Thanks for the great work.
Do you think it is possible to integrate these into the module? Or perhaps there are already solution I’m not aware of?