I know ansible_os_family can be “RedHat” or “Debian”, where “RedHat” includes Fedora
and “Debian” is for Ubuntu. Where to find the list of all values that “ansible_os_family”
can take? It would be awesome if every value also included most popular examples of
named families.
Funny how I have “windows” in my OS_family variable, but it is not member of this dict. Are there 2 separate instances of this in the code, one for linux and one for windows hosts?
For anyone stumbling on this now, the values have been moved to this file (module_utils/facts/system/distribution.py). I’ve run into this thread twice looking for that and should have updated it the first time I found the moved file. Some useful lines: