- 22 Apr, 2012 3 commits
-
-
This adjusts behavior of file module such that removal of se* option does not revert the file's selinux context to the default. In order to go back to the default context according to the policy, you can use the context=default option.
Stephen Fromm committed -
Apt module support for installing/removing specific version of package
Michael DeHaan committed -
This uses standard APT syntax, e.g.: ansible webservers -m apt -a "pkg=nginx=1.1.19-1 state=installed"
Daniel Néri committed
-
- 21 Apr, 2012 12 commits
-
-
It works like this: {{ hostvars['127.0.0.1']['ansible_eth0']['ipv4']['address'] }}
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Move setup.py stuff back to top level as "make sdist" was not working, plus, it makes sources cleaner.
Michael DeHaan committed -
Runner() usage to the new inventory model.
Michael DeHaan committed -
Use /var/tmp for root by default to avoid /tmp being mounted noexec, and segregate tmp files for other users into their home directories.
Michael DeHaan committed -
non-sensical, but also if the user wrote a module that took none)
Michael DeHaan committed
-
- 20 Apr, 2012 4 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Call os.path.expanduser in modules so things work as expected even when using ./hacking/test-module script
Michael DeHaan committed -
Michael DeHaan committed
-
- 19 Apr, 2012 21 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
-