mirror of https://github.com/ansible/ansible.git
Mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
582d31cde6
This changes and organizes facts into a base class Facts and several sub classes that implement the necessary functionality. The classes are: - Facts: base class. Implements basic facts that should be common to a number of platforms. It is also where SSH keys and SELinux facts are set. - Hardware: A subclass of Facts that should be further subclassed per platform for CPU, memory, and related facts. - LinuxHardware: subclass of Hardware for Linux platforms - SunOSHardware: subclass of Hardware for SunOS platforms - FreeBSDHardware: subclass of Hardware for FreeBSD - Network: A subclass of Facts that that should be further subclassed per platform for IP, both IPv4 and IPv6, information. - LinuxNetwork: Currently only implementation for determining network facts. - Virtual: A subclass of Facts that that should be further subclassed per platform to determine virtual environment facts. - LinuxVirtual: Currently only implementation for determining virtual facts. If facts are needed for additional platforms, one of the above classes (eg Network) can be further subclassed and implement the necessary functionality. In addition, it fixes get_network_facts() to work on Fedora17. That broke due to changes to ifconfig output. |
12 years ago | |
---|---|---|
apt | 13 years ago | |
assemble | 13 years ago | |
async_status | 13 years ago | |
async_wrapper | 13 years ago | |
authorized_key | 13 years ago | |
command | 13 years ago | |
copy | 13 years ago | |
facter | 13 years ago | |
failtest | 13 years ago | |
fetch | 13 years ago | |
file | 13 years ago | |
git | 12 years ago | |
group | 13 years ago | |
mount | 13 years ago | |
mysql_db | 13 years ago | |
mysql_user | 13 years ago | |
ohai | 13 years ago | |
ping | 13 years ago | |
raw | 13 years ago | |
service | 12 years ago | |
setup | 12 years ago | |
shell | 13 years ago | |
slurp | 12 years ago | |
template | 13 years ago | |
user | 13 years ago | |
virt | 13 years ago | |
yum | 13 years ago |