Commit Graph

13543 Commits (196d9e2893ed413fa83adeb91ed2d05428c3efdf)
 

Author SHA1 Message Date
James Cammarata 196d9e2893 Version update for release candidate 1.9.2-0.2.rc2 10 years ago
James Cammarata 8fab8aedc0 Submodule update for stable-1.9 10 years ago
James Cammarata 982bad7886 Version bump for release candidate 1.9.2-0.1.rc1 10 years ago
Brian Coca 127a669a23 made special treatment of certain filesystem for selinux configurable 10 years ago
Brian Coca 3a7cb413d1 Merge pull request #10985 from jmhodges/correct_unbound_error
correct unbound error in ec2.py's RDS code path
10 years ago
Jeff Hodges c2c56eefa8 correct unbound error variable in rds code path
Fixes #10910
10 years ago
Brian Coca 4eff3d5dc1 now properly inherit data from ansible.cfg for sudo/su ask pass
fixes #10891
10 years ago
Toshio Kuratomi e79535d42f Update core module ref to pull in docker module fixes for 1.9 10 years ago
James Cammarata b47d1d7e69 Version bump for release 1.9.1-1 10 years ago
James Cammarata 99af3a8dc1 version update for release candidate 1.9.1-0.4.rc4 10 years ago
Steve Gargan 286d9be512 avoid path issues by determining the path of ansible-pull and using its path to run ansible and ansible-playbook 10 years ago
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.
10 years ago
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.
10 years ago
James Cammarata 9a07855151 Version bump for release candidate 1.9.1-0.3.rc3 10 years ago
James Cammarata 763f44a52b Fix tag handling on meta:flush_handlers tasks
Fixes #10758
10 years ago
Brian Coca 8f4c97fdbe adjusted for the posibolity of lsblk not existing for fact gathering 10 years ago
Chris Church a7a218349a Add -ExecutionPolicy Unrestricted back, was removed by #9602. 10 years ago
Chris Church 1cbc45700e Only try kerberos auth when username contains `@` and pass realm to pywinrm. Alternative to #10644, fixes #10577. 10 years ago
Chris Church baa6426c57 Remove winrm connection cache (only useful when running against one host). Also fixes #10391. 10 years ago
James Cammarata e16e2b171c Version bump for 1.9.1-0.2.rc2 release candidate 10 years ago
Brian Coca ea9db2a0cc bad hack to maybe fix some corner cases with pbrun custom prompts 10 years ago
Brian Coca 2e5bad3385 fixed indent when looking at delegate_to vars 10 years ago
Brian Coca b1b78a4fd6 fixed another typo 10 years ago
Brian Coca f8b5e0814c typo fix 10 years ago
Brian Coca e609670fee fix for when calling bootinfo throws permmission errors (AIX)
fixes https://github.com/ansible/ansible-modules-core/issues/1108
10 years ago
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.
10 years ago
Toshio Kuratomi efa93d4239 Reverse the error messages from jsonfile get and set 10 years ago
Kimmo Koskinen 9bd2e3b752 Use codecs module while reading & writing json cache file 10 years ago
James Laska 7923a1a2c5 Improve generation of debian changelog 10 years ago
Brian Coca 8d703c459e Merge pull request #10639 from detiber/module_utils_facts_1_9
Fix indentation
10 years ago
Jason DeTiberus 626b2fc7ef Fix indentation 10 years ago
James Cammarata b186f7b85e Version bump for 1.9.1-0.1.rc1 10 years ago
Brian Coca b855456844 updated submodule refs 10 years ago
Brian Coca 277658835a capture IOErrors on backup_local (happens on non posix filesystems)
fixes #10591
10 years ago
Brian Coca 97a4483c7c removed folding sudo/su to become logic from constants as it is already present downstream in playbook/play/tasks 10 years ago
Brian Coca b965d12f1e now ansible ignores tempate errors on passwords
they could be caused by random character combinations, fixes #10468
10 years ago
Brian Coca 84b8a80aa7 converted error on play var initialization into warning with more information 10 years ago
Brian Coca 1d4b96479f dont break everything when one of the vars in inject does not template correctly, wait till its used 10 years ago
Brian Coca 81e4a74c89 added note that custom connection plugins need update with this version 10 years ago
Brian Coca 6ab57081ec readded sudo/su vars to allow role/includes to work with passed sudo/su 10 years ago
Brian Coca b4662c3eda Merge pull request #10556 from kristous/patch-1
Update README.md
10 years ago
kristous d5dded43da Update README.md
I think since ansible and the ansible-modules have been splitted --recursive should be added
10 years ago
Brian Coca c0afe27e2f updated sumbmodule refs 10 years ago
deimosfr 290c74d4f4 fix consul inventory issue (missing method param) 10 years ago
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
10 years ago
Toshio Kuratomi d6afb5d80e Fix assert to work with unicode values 10 years ago
James Cammarata 29809bb83d Version bump for 1.9.0.1-1 10 years ago
James Cammarata 717ffe2bea Version bump for 1.9.0-2 10 years ago
Brian Coca a0c7381a37 updated ref to extras 10 years ago
James Cammarata d76f8deed5 Submodule updates for 1.9 10 years ago