summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/ansible (follow)
Commit message (Expand)AuthorAgeFilesLines
* pkgs.development.python-modules: remove unused argsMarkus S. Wamser2021-11-121-1/+0
* python3Packages.ansible-core: 2.11.6 -> 2.12.0•••And add an override for ansible_2_11 at 2.11.6. Martin Weinelt2021-11-091-2/+2
* python3Packages.ansible-core.collections: 4.7.0 -> 4.8.0Martin Weinelt2021-11-091-2/+2
* ansible_2_11.collections: 4.5.0 -> 4.7.0Martin Weinelt2021-10-151-2/+2
* ansible_2_9: 2.9.26 -> 2.9.27Martin Weinelt2021-10-111-2/+2
* ansible_2_10: 2.10.14 -> 2.10.15Martin Weinelt2021-10-111-2/+2
* ansible_2_11: 2.11.5 -> 2.11.6Martin Weinelt2021-10-111-2/+2
* ansible_2_9: 2.9.25 -> 2.9.26Martin Weinelt2021-09-171-2/+2
* ansible_2_10: 2.10.13 -> 2.10.14Martin Weinelt2021-09-171-2/+2
* ansible_2_11: 2.11.4 -> 2.11.5Martin Weinelt2021-09-171-2/+2
* ansible_2_11.collections: 4.4.0 -> 4.5.0Martin Weinelt2021-09-171-2/+2
* ansible: fix https urlJörg Thalheim2021-08-222-2/+2
* python3Packages.ansible: 2.9.24 -> 2.9.25Martin Weinelt2021-08-181-2/+2
* python3Packages.ansible-core.collections: 4.2.0 -> 4.4.0Martin Weinelt2021-08-181-2/+2
* python3Packages.ansible-core: 2.11.3 -> 2.11.4Martin Weinelt2021-08-181-2/+2
* python3Packages.ansible-base: 2.10.12 -> 2.10.13Martin Weinelt2021-08-181-2/+2
* pythonPackages.resolvelib: 0.7.1 -> 0.5.5Austin Butler2021-08-071-3/+0
* python3Packages.ansible: 2.9.23 -> 2.9.24Martin Weinelt2021-07-201-7/+5
* python3Packages.ansible-core.collections: 4.1.0 -> 4.2.0Martin Weinelt2021-07-201-2/+2
* python3Packages.ansible-base: 2.10.11 -> 2.10.12Martin Weinelt2021-07-201-2/+2
* python3Packages.ansible-core: 2.11.2 -> 2.11.3Martin Weinelt2021-07-201-2/+2
* ansible, ansible_2_10: internalize collections package•••This drops the python3Packages.ansible-collections attribute in favor of a local callPackage that overwrites the collections package per ansible version. Martin Weinelt2021-06-223-6/+28
* ansible_2_9: 2.9.22 -> 2.9.23Martin Weinelt2021-06-221-2/+2
* ansible_2_10: 2.10.10 -> 2.10.11Martin Weinelt2021-06-221-2/+2
* ansible: 2.11.1 -> 2.11.2Martin Weinelt2021-06-221-2/+2
* Merge pull request #126418 from petabyteboy/feature/ansible-2-9-22•••ansible_2_9: 2.9.21 -> 2.9.22Martin Weinelt2021-06-101-2/+2
|\
| * ansible_2_9: 2.9.21 -> 2.9.22Milan Pässler2021-06-101-2/+2
* | ansible_2_10: 2.10.9 -> 2.10.10Milan Pässler2021-06-101-2/+2
|/
* ansible: 2.11.0 -> 2.11.1R. RyanTM2021-06-021-2/+2
* python3Packages.ansible-core: init at 2.11.0Martin Weinelt2021-05-231-0/+83
* python3Packages.ansible-collections: fix homepageMartin Weinelt2021-05-141-1/+1
* ansible_2_9: 2.9.12 -> 2.9.21Martin Weinelt2021-05-131-2/+2
* ansible: 2.9.12 -> 2.10.9Martin Weinelt2021-05-131-0/+0
* python3Packages.ansible-base: depend on ansible-collectionsMartin Weinelt2021-05-131-0/+3
* python3Packages.ansible-collections: init at 3.4.0Martin Weinelt2021-05-131-0/+77
* python3Packages.ansible-base: init at 2.10.9Martin Weinelt2021-05-131-0/+75
* ansible_2_8: 2.8.13 -> 2.8.14Martin Weinelt2020-08-111-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 Weinelt2020-07-231-2/+2
* ansible: v2.9.9 -> v2.9.10Martin Weinelt2020-06-201-2/+2
* ansible: add myself as maintainerMartin Weinelt2020-05-181-1/+1
* ansible: v2.9.7 → v2.9.9Martin Weinelt2020-05-181-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 Weinelt2020-05-051-2/+2
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* ansible_2_9: init at 2.9.2Jonathan Ringer2020-01-221-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 Rammhold2019-12-151-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 Weinelt2019-11-201-3/+5
* ansible: drop boto dependency•••Does not seem to be needed. Hasn't been updated in over a year either. Frederik Rietdijk2019-10-181-1/+1
* ansible: 2.8.2 -> 2.8.4Jonathan Ringer2019-08-251-5/+7
* ansible: 2.8.1 -> 2.8.2angristan2019-07-131-2/+2
* ansible: 2.7.6 -> 2.8.1Giacomo Longo2019-06-081-2/+2