- 19 Apr, 2012 12 commits
-
-
needed due to moving into packaging/debian?
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Don't force down ansible facts back to setup, the setup module won't like parsing them on input and that data is already there.
Michael DeHaan committed -
You still need jinja2 if using /usr/bin/ansible vs /usr/bin/ansible-playbook though this could change later by fetching the ansible file with a 'slurp' module.
Michael DeHaan committed -
Henry Graham committed
-
Henry Graham committed
-
Henry Graham committed
-
Henry Graham committed
-
Facts
Michael DeHaan committed -
The fetch module really should preserve the whole directory structure being fetched to allow subsequent calls, particularly in playbook, to recreate the host tree structure. Making it thus.
Michael DeHaan committed
-
- 18 Apr, 2012 10 commits
-
-
Manifest
Michael DeHaan committed -
Tim Bielawa committed
-
Integration
Michael DeHaan committed -
Tim Bielawa committed
-
Template the source file of the copy module.
Michael DeHaan committed -
Tim Bielawa committed
-
Jeroen Hoekx committed
-
Jeroen Hoekx committed
-
Rename serange to selevel to be consistent with selinux docs
Michael DeHaan committed -
Stephen Fromm committed
-
- 17 Apr, 2012 18 commits
-
-
This collects various facts from the host so that it isn't necessary to have facter or ohai installed. It gets various platform/distribution facts, information about the type of hardware, whether a virtual environment and what type, assorted interface facts, and ssh host public keys. Most facts are flat. The two exceptions are 'processor' and all interface facts. Interface facts are presented as: ansible_lo : { "macaddress": "00:00:00:00:00:00", "ipv4": { "address": "127.0.0.1", "netmask": "255.0.0.0" }, "ipv6": [ { "address": "::1", "prefix": "128", "scope": "host" } ] }
Stephen Fromm committed -
Michael DeHaan committed
-
Packaging
Michael DeHaan committed -
Tim Bielawa committed
-
Packaging fixes
Michael DeHaan committed -
Inventory: AnsibleError is not global...
Michael DeHaan committed -
Tim Bielawa committed
-
Makefile upgraded with comments and some simplifications. Remove useless 'PHONEY' and 'VPATH' directives from Makefile
Tim Bielawa committed -
Change manpages to build from *.in and add comments about how the make targets work.
Tim Bielawa committed -
the directory is removed on uninstall and its contents are considered config files.
Tim Bielawa committed -
Conflicts: docs/man/man1/ansible-playbook.1 docs/man/man1/ansible.1 Update %description
Tim Bielawa committed -
Tim Bielawa committed
-
Tim Bielawa committed
-
Tim Bielawa committed
-
Jeroen Hoekx committed
-
Fix tests on other distributions
Michael DeHaan committed -
Also account for path difference in sleep in different distributions.
Jeroen Hoekx committed -
Jeroen Hoekx committed
-