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.
ansible/library
Stephen Fromm ae1b2394ac Update setup module for facts derived from classes
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 add noninteractive to debian module per #602 12 years ago
assemble Use iterative MD5 hashing. 12 years ago
async_status Apply logging of arguments to modules (issue #122) 13 years ago
async_wrapper Apply logging of arguments to modules (issue #122) 13 years ago
authorized_key Fixes ansible/ansible#522, no longer creates comment in ~/.ssh/authorized_keys, does not create directory or file if state==absent. 12 years ago
command Apply logging of arguments to modules (issue #122) 13 years ago
copy Use iterative MD5 hashing. 12 years ago
facter Apply logging of arguments to modules (issue #122) 13 years ago
failtest Surface module debug (-D) to /usr/bin/ansible also 13 years ago
fetch Setup module no longer saves to disk, as templates are mostly useful in playbooks and this allows lots of simplifications 12 years ago
file Removed unused recurse option in file module. 12 years ago
git Pass through error message when repo not found 12 years ago
group Fixes to group module for better error handling 12 years ago
mount Squashed commit of the following: 12 years ago
mysql_db The MySQL modules 12 years ago
mysql_user The MySQL modules 12 years ago
ohai Apply logging of arguments to modules (issue #122) 13 years ago
ping Apply logging of arguments to modules (issue #122) 13 years ago
raw Setup module no longer saves to disk, as templates are mostly useful in playbooks and this allows lots of simplifications 12 years ago
service Service module outputting extra data. 12 years ago
setup Update setup module for facts derived from classes 12 years ago
shell Setup module no longer saves to disk, as templates are mostly useful in playbooks and this allows lots of simplifications 12 years ago
slurp Common module code upgrades 12 years ago
template Setup module no longer saves to disk, as templates are mostly useful in playbooks and this allows lots of simplifications 12 years ago
user Change the way we do with_items to make them happen next to each other in runner, which eliminates the problem of with_items and vars_files sometimes not playing nice with each other. 12 years ago
virt Tweaks on previous refactoring of playbook, version bump a 0.4 reference, remove some debug, etc 13 years ago
yum Apply logging of arguments to modules (issue #122) 13 years ago