Thanks everyone for the hints. Just for reference direct link to the sources.
https://github.com/ansible/ansible/blob/devel/library/system/setup#L241 On Friday, December 6, 2013 11:59:40 AM UTC+3, David Karban wrote: > > Hi, > > personally if I do not found this kind of item in documentation, I`ll look > into code :). In this case, setup module. > > OS_FAMILY = dict( > RedHat = 'RedHat', Fedora = 'RedHat', CentOS = 'RedHat', > Scientific = 'RedHat', > SLC = 'RedHat', Ascendos = 'RedHat', CloudLinux = 'RedHat', > PSBM = 'RedHat', > OracleLinux = 'RedHat', OVS = 'RedHat', OEL = 'RedHat', Amazon > = 'RedHat', > XenServer = 'RedHat', Ubuntu = 'Debian', Debian = 'Debian', > SLES = 'Suse', > SLED = 'Suse', OpenSuSE = 'Suse', SuSE = 'Suse', Gentoo = > 'Gentoo', > Archlinux = 'Archlinux', Mandriva = 'Mandrake', Mandrake = > 'Mandrake', > Solaris = 'Solaris', Nexenta = 'Solaris', OmniOS = 'Solaris', > OpenIndiana = 'Solaris', > SmartOS = 'Solaris', AIX = 'AIX', Alpine = 'Alpine', MacOSX = > 'Darwin', > FreeBSD = 'FreeBSD', HPUX = 'HP-UX' > ) > > > > > > 2013/12/6 anatoly techtonik <[email protected] <javascript:>> > >> Hi, >> >> 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. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Ansible Project" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > > > -- > David Karban > Specialista na správu linuxových serverů > www.karban.eu > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
