- 01 May, 2012 4 commits
-
-
Tim Bielawa committed
-
Tim Bielawa committed
-
Tim Bielawa committed
-
Tim Bielawa committed
-
- 26 Apr, 2012 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 24 Apr, 2012 7 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Conflicts: lib/ansible/playbook.py lib/ansible/runner.py library/apt
Michael DeHaan committed -
Michael DeHaan committed
-
Debmake
Michael DeHaan committed
-
- 23 Apr, 2012 1 commit
-
-
Henry Graham committed
-
- 22 Apr, 2012 10 commits
-
-
Implemented optional "default-release" argument for apt module
Michael DeHaan committed -
The value is passed to apt-get's "-t" option. Useful for installing backports, e.g.: ansible webservers -m apt -a "pkg=nginx state=latest default-release=squeeze-backports"
Daniel Néri committed -
Add missing deps in setup.py
Michael DeHaan committed -
Stefane Fermigier committed
-
Update secontext behavior in file module
Michael DeHaan committed -
Demonstrate what happens when there is no default context in the policy.
Stephen Fromm committed -
Stephen Fromm committed
-
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
-