ahuffman / ansible-fact

Infrastucture-as-Code in Reverse
9 stars 6 forks source link

package repository facts #3

Open ahuffman opened 5 years ago

ahuffman commented 5 years ago

Build a fact collector for /etc/yum.repos.d and debian based repositories as a base line, and extend into other OS families as well, such as Solaris, HP-UX, AIX.

The collector will parse appropriate repo files and return structured repo data as a facts.

ahuffman commented 5 years ago

Base RedHat family functionality working for Python 2.7 and 3.7. Debian up next.