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.
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.
|
14 years ago | |
|---|---|---|
| .. | ||
| apt | 14 years ago | |
| assemble | 14 years ago | |
| async_status | 14 years ago | |
| async_wrapper | 14 years ago | |
| authorized_key | 14 years ago | |
| command | 14 years ago | |
| copy | 14 years ago | |
| facter | 14 years ago | |
| failtest | 14 years ago | |
| fetch | 14 years ago | |
| file | 14 years ago | |
| git | 14 years ago | |
| group | 14 years ago | |
| mount | 14 years ago | |
| mysql_db | 14 years ago | |
| mysql_user | 14 years ago | |
| ohai | 14 years ago | |
| ping | 14 years ago | |
| raw | 14 years ago | |
| service | 14 years ago | |
| setup | 14 years ago | |
| shell | 14 years ago | |
| slurp | 14 years ago | |
| template | 14 years ago | |
| user | 14 years ago | |
| virt | 14 years ago | |
| yum | 14 years ago | |