- 28 Jul, 2015 28 commits
-
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
also updated extras to get some docfixes on the module side
Brian Coca committed -
Toshio Kuratomi committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Fixes #11769
James Cammarata committed -
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
James Cammarata committed
-
Brian Coca committed
-
Brian Coca committed
-
Add pciid to LinuxNetwork interface fact
Brian Coca committed -
output now defaults back to having indent=4
Brian Coca committed -
This commit adds pciid to the LinuxNetwork fact object. pciid is gathered if the symlink /sys/class/net/*/device exists. Example [>>>> emphasis <<<<]: $ readlink /sys/class/net/eth0/device ../../../0000:01:00.0 $ ansible localhost --ask-pass -i /tmp/hosts -m setup -a "filter=ansible_eth0" SSH password: localhost | success >> { "ansible_facts": { "ansible_eth0": { "active": false, "device": "eth0", "macaddress": "0c:d2:92:5d:6e:8e", "module": "alx", "mtu": 1500, >>>> "pciid": "0000:01:00.0", <<<< "promisc": true, "type": "ether" } }, "changed": false }
Trapier Marshall committed -
fixes #11528
Brian Coca committed -
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Added OpenVZ Inventory python script
Brian Coca committed -
Encrypt the vault file after editing only if the contents changed
Brian Coca committed
-
- 27 Jul, 2015 12 commits
-
-
Toshio Kuratomi committed
-
changelog: fix typos
Brian Coca committed -
Rene Moser committed
-
James Cammarata committed
-
add distutils package classifiers
Brian Coca committed -
Handle quoting of values in dict parameters
Brian Coca committed -
I was particularly interested in the programming language ones, but the others might be useful to others browsing PyPI. Now with GPLv3+, and Utilities topic.
billwanjohi committed -
Toshio Kuratomi committed
-
Fixes #10194
James Cammarata committed -
James Cammarata committed
-
A better error message for «ansible playbook.yml»
Brian Coca committed -
Fix incorrect example of vars_prompt
James Cammarata committed
-