| Commit message (Expand) | Author | Age | Files | Lines |
| * | python3Packages.ansible-collections: fix homepage | Martin Weinelt | 2021-05-14 | 1 | -1/+1 |
| * | ansible_2_9: 2.9.12 -> 2.9.21 | Martin Weinelt | 2021-05-13 | 1 | -2/+2 |
| * | ansible: 2.9.12 -> 2.10.9 | Martin Weinelt | 2021-05-13 | 1 | -0/+0 |
| * | python3Packages.ansible-base: depend on ansible-collections | Martin Weinelt | 2021-05-13 | 1 | -0/+3 |
| * | python3Packages.ansible-collections: init at 3.4.0 | Martin Weinelt | 2021-05-13 | 1 | -0/+77 |
| * | python3Packages.ansible-base: init at 2.10.9 | Martin Weinelt | 2021-05-13 | 1 | -0/+75 |
| * | ansible_2_8: 2.8.13 -> 2.8.14 | Martin Weinelt | 2020-08-11 | 1 | -2/+2 |
| * | ansible: v2.9.10 -> v2.9.11•••https://github.com/ansible/ansible/blob/stable-2.9/changelogs/CHANGELOG-v2.9.rst#v2-9-11
| Martin Weinelt | 2020-07-23 | 1 | -2/+2 |
| * | ansible: v2.9.9 -> v2.9.10 | Martin Weinelt | 2020-06-20 | 1 | -2/+2 |
| * | ansible: add myself as maintainer | Martin Weinelt | 2020-05-18 | 1 | -1/+1 |
| * | ansible: v2.9.7 → v2.9.9 | Martin Weinelt | 2020-05-18 | 1 | -2/+2 |
| * | ansible: v2.9.2 → v2.9.7•••Fixes: CVE-2020-10684, CVE-2020-1733, CVE-2020-1735, CVE-2020-1739, CVE-2020-1740
| Martin Weinelt | 2020-05-05 | 1 | -2/+2 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | ansible_2_9: init at 2.9.2 | Jonathan Ringer | 2020-01-22 | 1 | -2/+2 |
| * | ansible_2_8: 2.8.4 -> 2.8.7•••This addresses the following security issues:
* Ansible: Splunk and Sumologic callback plugins leak sensitive data in logs (CVE-2019-14864)
* CVE-2019-14846 - Several Ansible plugins could disclose aws
credentials in log files. inventory/aws_ec2.py, inventory/aws_rds.py,
lookup/aws_account_attribute.py, and lookup/aws_secret.py,
lookup/aws_ssm.py use the boto3 library from the Ansible process. The
boto3 library logs credentials at log level DEBUG. If Ansible's
logging was enabled (by setting LOG_PATH to a value) Ansible would set
the global log level to DEBUG. This was inherited by boto and would
then log boto credentials to the file specified by LOG_PATH. This did
not affect aws ansible modules as those are executed in a separate
process. This has been fixed by switching to log level INFO
* Convert CLI provided passwords to text initially, to prevent unsafe
context being lost when converting from bytes->text during post
processing of PlayContext. This prevents CLI provided passwords from
being incorrectly templated (CVE-2019-14856)
* properly hide parameters marked with no_log in suboptions when
invalid parameters are passed to the module (CVE-2019-14858)
Changelog: https://github.com/ansible/ansible/blob/24220a618a6d5cd3b5c99f8c7f7771661ed08d33/changelogs/CHANGELOG-v2.8.rst
| Andreas Rammhold | 2019-12-15 | 1 | -2/+2 |
| * | Ansible: Fix connection plugins and add support for NETCONF (#72370)•••* ansible: Fix use of connection plugins
Ansible tries to execute the ansible-connection script as a python
script from within it's task executor. This does not work when it is
encapsulated in a shell script. Therefore remove the call to the python
interpreter and use the wrapped version directly.
Fixes #71342
* ansible: Add ncclient to support NETCONF connections
* ansible: Some cleanups
- boto was dropped from propagatedBuildInputs in 4af94d0f
- lib/ansible/constants.py does not have "/usr" anywhere in v2.4..v2.9
| Martin Weinelt | 2019-11-20 | 1 | -3/+5 |
| * | ansible: drop boto dependency•••Does not seem to be needed. Hasn't been updated in over a year either.
| Frederik Rietdijk | 2019-10-18 | 1 | -1/+1 |
| * | ansible: 2.8.2 -> 2.8.4 | Jonathan Ringer | 2019-08-25 | 1 | -5/+7 |
| * | ansible: 2.8.1 -> 2.8.2 | angristan | 2019-07-13 | 1 | -2/+2 |
| * | ansible: 2.7.6 -> 2.8.1 | Giacomo Longo | 2019-06-08 | 1 | -2/+2 |
| * | pythonPackages.ansible: 2.7.8 -> 2.7.9 (#58285) | Aaron Bull Schaefer | 2019-03-26 | 1 | -2/+2 |
| * | misc: Remove myself from list of maintainers•••Unfortunately I don't have the time anymore to maintain those
packages.
| Jascha Geerds | 2019-03-12 | 1 | -1/+1 |
| * | pythonPackages.ansible: refactor move to python-modules | Chris Ostrouchov | 2019-03-01 | 1 | -0/+53 |
| * | ansible: move out of pythonPackages•••ansible is not a library
| Jörg Thalheim | 2017-08-28 | 3 | -173/+0 |
| * | pkgs: refactor needless quoting of homepage meta attribute (#27809)•••* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances
| Silvan Mosberger | 2017-08-01 | 3 | -3/+3 |
| * | Add ansible 2.3 | Shea Levy | 2017-06-27 | 1 | -0/+50 |
| * | ansible_2_2: windows support off by default•••this was accidentally enabled when moving the expression.
| Frederik Rietdijk | 2017-02-11 | 1 | -2/+2 |
| * | ansible_2_1: windowsSupport off by default | Frederik Rietdijk | 2017-02-11 | 1 | -2/+2 |
| * | pythonPackages.ansible_2_2: use jinja2 2.8.1 | Frederik Rietdijk | 2017-02-03 | 1 | -3/+15 |
| * | pythonPackages.ansible_2_1: use jinja2 2.8.1 | Frederik Rietdijk | 2017-02-03 | 1 | -3/+14 |
| * | pythonPackages.ansible_2_1: init at 2.1.4.0 | Frederik Rietdijk | 2017-01-27 | 1 | -0/+50 |
| * | pythonPackages.ansible2: move 2.2 to separate file, make default•••`pythonPackages.ansible_2_2` is now the default `ansible`.
| Frederik Rietdijk | 2017-01-27 | 1 | -0/+50 |