- 22 Jul, 2012 2 commits
-
-
Update group module to use new shared module code
Michael DeHaan committed -
Stephen Fromm committed
-
- 21 Jul, 2012 7 commits
-
-
Upgrading mysql_db to new shared module code
Michael DeHaan committed -
Mark Theunissen committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 20 Jul, 2012 11 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Script to migrate YAML users to the INI format, so we can deprecate YAML inventory (which we are now doing).
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
./group_vars/groupname.yml (for all groups the host is in) ./host_vars/hostname.yml (for the hostname given in the inventory) This requires an actual inventory file, not script and the paths are relative to the directory of the inventory file.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 21 Jul, 2012 2 commits
-
-
Skip get_ipv6_facts if socket.has_ipv6 is false
Michael DeHaan committed -
Stephen Fromm committed
-
- 20 Jul, 2012 18 commits
-
-
improved output in with_items fixes: #627
Michael DeHaan committed -
AnsibleModule now correctly reads param values with '"'.
Michael DeHaan committed -
bradobro committed
-
Sanitize possible password argument when logging invocation
Michael DeHaan committed -
Stephen Fromm committed
-
Derek Carter committed
-
Fix for issue 604
Michael DeHaan committed -
Do not switch to master branch in pull() Add --track to git checkout, when checking out a remote branch to track.
Stephen Fromm committed -
git mkdir causes problems with older git (can't c/o to existing directory)
Michael DeHaan committed -
Derek Carter committed
-
fixed debian changelog format
Michael DeHaan committed -
K. Preyk committed
-
Michael DeHaan committed
-
Suppress Ubuntu ssh -tt getting ioctl error.
Michael DeHaan committed -
Update setup module for facts derived from classes - take 2
Michael DeHaan committed -
By defining a main function here, and including it ahead of the boilerplate insertion symbol, tracebacks are now accurate with respect to the main function, but may include lines not in the original file. A lot better than before, where they were offset.
Michael DeHaan committed -
get_interfaces() updated to read /proc/net/dev. This means it no longer provides only interfaces that are up. get_iface_hwaddr() updated to read from /sys/class/net/<iface>/address. Added get_interface_facts() to pull in mac address and interface mtu. Can be used later for additional interface-facts. Added get_ipv6_facts(), which reads from /proc/net/if_inet6. get_network_facts() renamed to get_ipv4_facts(). It still calls ifconfig to determine ipv4 facts.
Stephen Fromm committed -
The processor fact doesn't exist in LinuxVirtual. Read /proc/cpuinfo and check if it is QEMU.
Stephen Fromm committed
-