- 20 Apr, 2012 1 commit
-
-
Michael DeHaan committed
-
- 19 Apr, 2012 26 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Adds PKGBUILD file for Arch linux
Michael DeHaan committed -
Move manifest
Michael DeHaan committed -
Apt module spelling fixes
Michael DeHaan committed -
Daniel Néri committed
-
Distutils MANIFEST.in, setup.py -> packaging/distutils/ directory.
Tim Bielawa committed -
Adds missing depends (python2-yaml helps...) Adds missing build deps (fakeroot)
Michel Blanc committed -
Adds PKGBUILD file required to build Arch Linux packages
Michel Blanc committed -
Michael DeHaan committed
-
Jeroen Hoekx committed
-
Jeroen Hoekx committed
-
Michael DeHaan committed
-
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 3 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
-