- 28 Feb, 2013 2 commits
-
-
Josh Mandel committed
-
commit 076501459322cf6c14de742e504339d80ffdeed5 Author: Ton Kersten <tonk@tonkersten.com> Date: Thu Feb 28 21:32:57 2013 +0100 Added date and time facts to setup
Ton Kersten committed
-
- 27 Feb, 2013 1 commit
-
-
Michael DeHaan committed
-
- 23 Feb, 2013 5 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
library/setup
Ton Kersten committed -
commit 1c9b2a6035913969b515862e37e7e1aca24529e0 Author: Ton Kersten <tonk@master.tonkersten.com> Date: Tue Feb 19 15:54:36 2013 +0100 Added osfamily fact
Ton Kersten committed
-
- 22 Feb, 2013 1 commit
-
-
Skips fnmatch'ing if there is only a '*' in filter.
Michel Blanc committed
-
- 21 Feb, 2013 1 commit
-
-
Key filtering moved before returning results
Michel Blanc committed
-
- 20 Feb, 2013 6 commits
-
-
Maykel Moya committed
-
* get_file_contents returns None when file is not available. When /etc/mtab is pointing to /proc/mounts and /proc is not mounted, mtab.split will traceback.
Maykel Moya committed -
Changed code so key doesn't get reassigned in loop Made use of filtr variable
Michel Blanc committed -
Added examples covering all available globs Added a use case of filtering only facts returned by facter
Michel Blanc committed -
Added an example on how to filter keys returned by the module.
Michel Blanc committed -
Adds facts filtering using fnmatch, via the 'filter' option. Usage: ansible -m setup -a 'filter=ansible_*_mb'
Michel Blanc committed
-
- 19 Feb, 2013 1 commit
-
-
Signed-off-by: Brian Coca <bcoca@tablethotels.com>
Brian Coca committed
-
- 18 Feb, 2013 1 commit
-
-
Michael DeHaan committed
-
- 16 Feb, 2013 2 commits
-
-
James Martin committed
-
James Martin committed
-
- 14 Feb, 2013 1 commit
-
-
A collegue of mine has added basix AIX support to the setup, user and group modules. We have tested this on AIX 5.3 and 6.1 and it works "as advertised"
Mark Maas committed
-
- 12 Feb, 2013 2 commits
-
-
Remove lots of re use that really shouldn't have been re in the first place. Initialize pcidata even if lspci is unavailable, and check for its usability before trying to use it. Fixes #2060.
Daniel Hokka Zakrisson committed -
So In my Centos 5.9 machine, if there is RAID mount ansible will crash, as it cannot find scheduler file. The reason being, this should be a virtual device as there is no "device" folder under e.g. /sys/block/md0/ Here is the crash: [kk@u1 ansible]$ ansible q3 -m setup -k -u root --tree=/tmp/facts SSH password: q3 | FAILED => failed to parse: /sys/block/md0 Traceback (most recent call last): File "/root/.ansible/tmp/ansible-1360629441.14-171498703486275/setup", line 1797, in ? main() File "/root/.ansible/tmp/ansible-1360629441.14-171498703486275/setup", line 1050, in main data = run_setup(module) File "/root/.ansible/tmp/ansible-1360629441.14-171498703486275/setup", line 1000, in run_setup facts = ansible_facts() File "/root/.ansible/tmp/ansible-1360629441.14-171498703486275/setup", line 990, in ansible_facts facts.update(Hardware().populate()) File "/root/.ansible/tmp/ansible-1360629441.14-171498703486275/setup", line 312, in populate self.get_device_facts() File "/root/.ansible/tmp/ansible-1360629441.14-171498703486275/setup", line 439, in get_device_facts m = re.match(".*?(\[(.*)\])", scheduler) File "/usr/lib64/python2.4/sre.py", line 129, in match return _compile(pattern, flags).match(string) TypeError: expected string or buffer
Kavin Kankeshwar committed
-
- 11 Feb, 2013 2 commits
-
-
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
- 09 Feb, 2013 1 commit
-
-
added block device info gathering, full for linux, partial for freebsd added prettyfing byte function Signed-off-by: Brian Coca <briancoca+dev@gmail.com> moved moutns out of devices Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed
-
- 04 Feb, 2013 1 commit
-
-
This implements a basic --check mode which for now is only implemented on template & copy operations. More detail will be shared with the list shortly.
Michael DeHaan committed
-
- 24 Jan, 2013 1 commit
-
-
Shaun Zinck committed
-
- 23 Jan, 2013 1 commit
-
-
John Gosset committed
-
- 13 Jan, 2013 1 commit
-
-
This updates apt, apt_repository, command, cron, easy_install, facter, fireball, git, group, mount, ohai, pip, service, setup, subversion, supervisorctl, svr4pkg, user, and yum to take advantage of run_command in module_common.py.
Stephen Fromm committed
-
- 10 Jan, 2013 1 commit
-
-
Fixes #1854.
Daniel Hokka Zakrisson committed
-
- 23 Nov, 2012 1 commit
-
-
Michael DeHaan committed
-
- 22 Nov, 2012 1 commit
-
-
I added all known virtualization types from the virt-what project. However, the few virt types that rely on cpuid information have not been implemented lacking native python cpuid access. (hyperv)
Dag Wieers committed
-
- 21 Nov, 2012 1 commit
-
-
Jan-Piet Mens committed
-
- 19 Nov, 2012 1 commit
-
-
Michael DeHaan committed
-
- 06 Nov, 2012 1 commit
-
-
Fabian Arrotin committed
-
- 03 Nov, 2012 1 commit
-
-
Michael DeHaan committed
-
- 31 Oct, 2012 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 30 Oct, 2012 1 commit
-
-
Serge van Ginderachter committed
-