- 15 Aug, 2012 3 commits
-
-
mpdehaan requested in ansible/ansible#795 that globals be removed. The response was to remove the lines with the word 'global', but not the actual use of global variables. Which makes the module break silently. Updated to use local variables.
Jeremy Penner committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
- 14 Aug, 2012 23 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
setup: add type and default_ipv{4,6} to linux network facts
Michael DeHaan committed -
Add some docs/examples
Michael DeHaan committed -
Changes to postgresql to support defaults settings and older psycopg2
Michael DeHaan committed -
Pepe Barbe committed
-
When initalizing a connection to psycopg2, in order to use the default values, the keywords must be missing. So we use a dictionary as a kwarg and include only the keywords that do not have an empty value on the module parameters.
Pepe Barbe committed -
include local_nvra change the remove behavior to pretty much NEVEr error out if the pkg is not there (or anywhere)
Seth Vidal committed -
it is possible those folks w/o yum-utils installed but with rhn-plugin installed but w/o any rhn-certificates will still see an error msg. they have 3 options: 1. remove rhn-plugin 2. enable some channels w/rhn certs 3. install yum-utils
Seth Vidal committed -
Seth Vidal committed
-
Add a basic ansible-pull man page. Add the example playbooks/scripts to the RPM package. Closes #841
Tim Bielawa committed -
Fix spelling of architecture for non-x86
Michael DeHaan committed -
Daniel Hokka Zakrisson committed
-
Always load group_vars and host_vars.
Michael DeHaan committed -
Further fixes for constants following config introduction
Michael DeHaan committed -
Added an ANSIBLE_CONFIG variable to poteentially override ~/.ansible.cfg Used os.path.expanduser against all paths that might be read in to allow ~ to be used in config files. I'd have preferred it if os.path.expanduser took None as an argument but it doesn't. If remote_port *is* set in the ansible config file, then it will be interpreted as a string (at which point ssh.connect fails with an obscure message). Most other numeric variables are handled by the OptionsParser which takes a type variable when setting up the option - but remote_port is not an option, so never cast to int. It might be worth adding a type field to get_config that defaults to a string. That could be e.g. file or int, which then casts it correctly.
willthames committed -
Ahmad Khayyat committed
-
Dave Peticolas committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 13 Aug, 2012 10 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Bugfix/apt repository
Michael DeHaan committed -
fixed missing module argument for mount module
Michael DeHaan committed -
Use Python 2.4 compatible syntax
Michael DeHaan committed -
Pepe Barbe committed
-
Derek Carter committed
-
Sebastien Bocahu committed
-
Sebastien Bocahu committed
-
Sebastien Bocahu committed
-
- 12 Aug, 2012 3 commits
-
-
A couple fixes for setup module
Michael DeHaan committed -
If ip is not found in either /sbin or /usr/sbin, this will return an empty result. It seems extremely unlikely that a linux system will not have iproute2 installed
Stephen Fromm committed -
Specify full path to ip and add third argument 'show' to be explicit about requested action. This goes from 'ip addr' to '/sbin/ip addr show'.
Stephen Fromm committed
-
- 11 Aug, 2012 1 commit
-
-
Michael DeHaan committed
-