Commit graph

13542 commits

Author SHA1 Message Date
James Cammarata
8fab8aedc0 Submodule update for stable-1.9 2015-05-22 13:30:45 -05:00
James Cammarata
982bad7886 Version bump for release candidate 1.9.2-0.1.rc1 2015-05-15 21:02:17 -05:00
Brian Coca
127a669a23 made special treatment of certain filesystem for selinux configurable 2015-05-15 18:12:06 -04:00
Brian Coca
3a7cb413d1 Merge pull request #10985 from jmhodges/correct_unbound_error
correct unbound error in ec2.py's RDS code path
2015-05-11 23:01:55 -04:00
Jeff Hodges
c2c56eefa8 correct unbound error variable in rds code path
Fixes #10910
2015-05-11 15:54:32 -07:00
Brian Coca
4eff3d5dc1 now properly inherit data from ansible.cfg for sudo/su ask pass
fixes #10891
2015-05-04 16:57:46 -04:00
Toshio Kuratomi
e79535d42f Update core module ref to pull in docker module fixes for 1.9 2015-05-01 08:00:54 -07:00
James Cammarata
b47d1d7e69 Version bump for release 1.9.1-1 2015-04-27 16:16:27 -05:00
James Cammarata
99af3a8dc1 version update for release candidate 1.9.1-0.4.rc4 2015-04-23 10:31:57 -05:00
Steve Gargan
286d9be512 avoid path issues by determining the path of ansible-pull and using its path to run ansible and ansible-playbook 2015-04-23 10:37:17 -04:00
Peter Oliver
3a5a6685a0 Consistently use "OracleLinux" in OS detection.
Previously, a mixture of "OracleLinux" and "Oracle Linux" was used,
causing the `ansible_os_family` fact not to be set to `RedHat`.

Fixes #10742.
2015-04-20 18:54:37 -04:00
James Laska
09a6c0c906 Fix traceback with using GCE on EL6 with python-crypto2.6
This fix resolves an issue on EL6 systems where there may be multiple versions
of pycrypto installed.  EPEL provides both `python-crypto` and
`python-crypto2.6`.  These packages are co-installable.  However, modules
importing the `Crypto` library must specify which version to use, otherwise the
default will be used.

This change follows the same pattern established in `bin/ansible` for
specifying python library requirements.
2015-04-20 15:51:07 -04:00
James Cammarata
9a07855151 Version bump for release candidate 1.9.1-0.3.rc3 2015-04-17 14:47:21 -05:00
James Cammarata
763f44a52b Fix tag handling on meta:flush_handlers tasks
Fixes #10758
2015-04-17 13:01:39 -05:00
Brian Coca
8f4c97fdbe adjusted for the posibolity of lsblk not existing for fact gathering 2015-04-17 11:16:09 -04:00
Chris Church
a7a218349a Add -ExecutionPolicy Unrestricted back, was removed by #9602. 2015-04-16 08:47:45 -04:00
Chris Church
1cbc45700e Only try kerberos auth when username contains @ and pass realm to pywinrm. Alternative to #10644, fixes #10577. 2015-04-16 08:47:45 -04:00
Chris Church
baa6426c57 Remove winrm connection cache (only useful when running against one host). Also fixes #10391. 2015-04-16 08:47:45 -04:00
James Cammarata
e16e2b171c Version bump for 1.9.1-0.2.rc2 release candidate 2015-04-15 10:31:12 -05:00
Brian Coca
ea9db2a0cc bad hack to maybe fix some corner cases with pbrun custom prompts 2015-04-15 11:18:02 -04:00
Brian Coca
2e5bad3385 fixed indent when looking at delegate_to vars 2015-04-14 19:00:15 -04:00
Brian Coca
b1b78a4fd6 fixed another typo 2015-04-13 10:58:36 -04:00
Brian Coca
f8b5e0814c typo fix 2015-04-13 10:49:31 -04:00
Brian Coca
e609670fee fix for when calling bootinfo throws permmission errors (AIX)
fixes https://github.com/ansible/ansible-modules-core/issues/1108
2015-04-13 10:26:08 -04:00
Jesse Rusak
d13646dcc5 Fix --force-handlers, and allow it in plays and ansible.cfg
The --force-handlers command line argument was not correctly running
handlers on hosts which had tasks that later failed. This corrects that,
and also allows you to specify force_handlers in ansible.cfg or in a
play.
2015-04-13 10:20:11 -04:00
Toshio Kuratomi
efa93d4239 Reverse the error messages from jsonfile get and set 2015-04-09 10:41:29 -07:00
Kimmo Koskinen
9bd2e3b752 Use codecs module while reading & writing json cache file 2015-04-09 10:41:23 -07:00
James Laska
7923a1a2c5 Improve generation of debian changelog 2015-04-09 09:49:06 -04:00
Brian Coca
8d703c459e Merge pull request #10639 from detiber/module_utils_facts_1_9
Fix indentation
2015-04-08 03:19:36 -04:00
Jason DeTiberus
626b2fc7ef Fix indentation 2015-04-07 23:00:54 -04:00
James Cammarata
b186f7b85e Version bump for 1.9.1-0.1.rc1 2015-04-06 13:38:33 -05:00
Brian Coca
b855456844 updated submodule refs 2015-04-02 16:00:22 -04:00
Brian Coca
277658835a capture IOErrors on backup_local (happens on non posix filesystems)
fixes #10591
2015-04-02 15:58:21 -04:00
Brian Coca
97a4483c7c removed folding sudo/su to become logic from constants as it is already present downstream in playbook/play/tasks 2015-04-02 15:57:26 -04:00
Brian Coca
b965d12f1e now ansible ignores tempate errors on passwords
they could be caused by random character combinations, fixes #10468
2015-04-02 15:53:58 -04:00
Brian Coca
84b8a80aa7 converted error on play var initialization into warning with more information 2015-04-02 15:53:16 -04:00
Brian Coca
1d4b96479f dont break everything when one of the vars in inject does not template correctly, wait till its used 2015-04-02 15:53:16 -04:00
Brian Coca
81e4a74c89 added note that custom connection plugins need update with this version 2015-03-31 11:14:02 -04:00
Brian Coca
6ab57081ec readded sudo/su vars to allow role/includes to work with passed sudo/su 2015-03-29 10:17:41 -04:00
Brian Coca
b4662c3eda Merge pull request #10556 from kristous/patch-1
Update README.md
2015-03-27 08:22:05 -04:00
kristous
d5dded43da Update README.md
I think since ansible and the ansible-modules have been splitted --recursive should be added
2015-03-27 06:20:13 +01:00
Brian Coca
c0afe27e2f updated sumbmodule refs 2015-03-26 18:02:59 -04:00
deimosfr
290c74d4f4 fix consul inventory issue (missing method param) 2015-03-26 18:02:06 -04:00
Toshio Kuratomi
a00056723f Make run_command() work when we get byte str with non-ascii characters (instead of unicode type like we were expecting)
Fix and test.

Fixes #10536
2015-03-26 07:52:05 -07:00
Toshio Kuratomi
d6afb5d80e Fix assert to work with unicode values 2015-03-26 07:52:05 -07:00
James Cammarata
29809bb83d Version bump for 1.9.0.1-1 2015-03-25 18:44:56 -05:00
James Cammarata
717ffe2bea Version bump for 1.9.0-2 2015-03-25 17:07:21 -05:00
Brian Coca
a0c7381a37 updated ref to extras 2015-03-25 18:05:09 -04:00
James Cammarata
d76f8deed5 Submodule updates for 1.9 2015-03-25 14:57:16 -05:00
James Cammarata
b268970564 Updating submodule pointers for 1.9 2015-03-25 14:46:54 -05:00