5806cfe838
- Create system directories that Ansible defines as default locations in ansible/config/base.yml - rephrase the summary line - Disable shebang munging for specific paths. These files are data files. ansible-test munges the shebangs itself.
Lars Vogdt
2019-11-21 16:28:08 +00:00
b7e5373aab
- split out ansible-test package for module developers
Lars Vogdt
2019-11-19 18:05:31 +00:00
2301b19129
- include the sha checksum file in the source, which allows to verify the original sources
Lars Vogdt
2019-10-27 14:16:25 +00:00
695db40893
Accepting request 742224 from home:abergmann:branches:systemsmanagement
Lars Vogdt
2019-10-24 15:04:12 +00:00
1f0d180c06
- Update to version 2.8.5: Full changelog is packaged at /usr/share/doc/packages/ansible/changelogs/ and also available online at https://github.com/ansible/ansible/blob/stable-2.8/changelogs/CHANGELOG-v2.8.rst - removed patches fixed upstream: + CVE-2019-10206-data-disclosure.patch + CVE-2019-10217-gcp-modules-sensitive-fields.patch
Lars Vogdt
2019-09-13 09:07:20 +00:00
68b317ff54
Accepting request 721985 from home:mcepl:branches:systemsmanagement
Lars Vogdt
2019-09-11 07:29:09 +00:00
88e29d061b
Accepting request 691596 from home:stroeder:branches:systemsmanagement
Lars Vogdt
2019-04-05 22:43:05 +00:00
4524cb66ba
Accepting request 685716 from home:stroeder:branches:systemsmanagement
Lars Vogdt
2019-03-18 21:44:32 +00:00
dc77e9251d
- update URL (use SSL version of the URL) - prepare update for multiple releases (bsc#1102126, bsc#1109957)
Lars Vogdt
2019-03-16 20:15:04 +00:00
320268c777
Accepting request 682374 from systemsmanagement
Stephan Kulow
2019-03-10 08:33:03 +00:00
5bac5cb238
Accepting request 678525 from home:stroeder:branches:systemsmanagement
Lars Vogdt
2019-03-07 09:29:43 +00:00
9e857bacca
Accepting request 677223 from systemsmanagement
Yuchen Lin2019-02-19 11:03:01 +00:00
8fe2628527
Accepting request 673034 from home:elimat:branches:systemsmanagement
Lars Vogdt
2019-02-19 01:10:11 +00:00
634f20c266
Accepting request 640531 from home:seanlew:branches:systemsmanagement
Lars Vogdt
2018-10-11 12:22:26 +00:00
46c4518088
Accepting request 636180 from systemsmanagement
Yuchen Lin2018-09-18 09:47:02 +00:00
25114bf8a8
Accepting request 578669 from home:dirkmueller:branches:systemsmanagement
Lars Vogdt
2018-09-17 14:03:55 +00:00
66cdc3ad23
Accepting request 634926 from systemsmanagement
Yuchen Lin2018-09-11 15:20:32 +00:00
d9a4ee44d6
- update to 2.6.4 Minor Changes: * add azure_rm_storageaccount support to StorageV2 kind. * import_tasks - Do not allow import_tasks to transition to dynamic if the file is missing Bugfixes: * Add md5sum check in nxos_file_copy module * Allow arbitrary log_driver for docker_container * Fix Python2.6 regex bug terminal plugin nxos, iosxr * Fix check_mode in nxos_static_route module * Fix glob path of rc.d Some distribtuions like SUSE has the rc%.d directories under /etc/init.d * Fix network config diff issue for lines * Fixed an issue where ansible_facts.pkg_mgr would incorrectly set to zypper on Debian/Ubuntu systems that happened to have the command installed * The docker_* modules respect the DOCKER_* environment variables again * The fix for CVE-2018-10875 prints out a warning message about skipping a config file from a world writable current working directory. However, if the user is in a world writable current working directory which does not contain a config file, it should not print a warning message. This release fixes that extaneous warning. * To resolve nios_network issue where vendor-encapsulated-options can not have a use_option flag. * To resolve the issue of handling exception for Nios lookup gracefully. * always correctly template no log for tasks * ansible-galaxy - properly list all roles in roles_path * basic.py - catch ValueError in case a FIPS enabled platform raises this exception * docker_container: fixing working_dir idempotency problem
Lars Vogdt
2018-09-11 09:39:27 +00:00
e0e9a35803
- Update to 2.5.1 Minor Changes + Updated example in vcenter_license module. + Updated virtual machine facts with instanceUUID which is unique for each VM irrespective of name and BIOS UUID. + A lot of Bugfixes, please refer to the Changelog installed in /usr/share/doc/packages/ansible/changelogs/CHANGELOG-v2.5.rst
Lars Vogdt
2018-04-24 15:39:01 +00:00
9dd5dea0ea
* please refer to /share/doc/packages/ansible/changelogs/CHANGELOG-v2.5.rst - also package the changelogs directory below /usr/share/doc/packages/ansible/ for better reference
Lars Vogdt
2018-03-27 16:24:51 +00:00
9e4d658009
- Update to 2.5.0: Major Changes * Ansible Network improvements + Created new connection plugins network_cli and netconf to replace connection=local. connection=local will continue to work for a number of Ansible releases. + No more unable to open shell. A clear and descriptive message will be displayed in normal ansible-playbook output without needing to enable debug mode + Loads of documentation, see Ansible for Network Automation Documentation. + Refactor common network shared code into package under module_utils/network/ + Filters: Add a filter to convert XML response from a network device to JSON object. + Loads of bug fixes. + Plus lots more. * New simpler and more intuitive 'loop' keyword for task loops. The with_<lookup> loops will likely be deprecated in the near future and eventually removed. * Added fact namespacing; from now on facts will be available under ansible_facts namespace (for example: ansible_facts.os_distribution) without the ansible_ prefix. They will continue to be added into the main namespace directly, but now with a configuration toggle to enable this. This is currently on by default, but in the future it will default to off. * Added a configuration file that a site administrator can use to specify modules to exclude from being used. Minor Changes * please refer to the CHANGELOG-v2.5.rst document Deprecated Features * Previously deprecated 'hostfile' config settings have been 're-deprecated' because previously code did not warn about deprecated configuration settings. * Using Ansible-provided Jinja tests as filters is deprecated and will be removed in Ansible 2.9.
Lars Vogdt
2018-03-27 16:10:35 +00:00
a5aaba41e7
- License changed to GPL-3.0-or-later, as mentioned in the source (former license focues on GPL-3.0 only)
Lars Vogdt
2018-03-06 09:48:27 +00:00
abede1e578
fix license string following SPDX 3 format - seems to get somehow mistranslated during the switch from SPDX 2 to SPDX 3.
Lars Vogdt
2018-02-27 17:02:26 +00:00
aa09a2fd6c
- update to 2.3.1 RC1 (package version 2.3.0.1) (bsc#1056094): * SECURITY (MODERATE): fix for CVE-2017-7466, which finally fixes an arbitrary command execution vulnerability
Lars Vogdt
2018-02-27 16:52:58 +00:00
a51acf186b
- update to 2.3.1 RC1 (package version 2.3.0.1): * SECURITY (MODERATE): fix for CVE-2017-7481, in which data for lookup plugins used as variables was not being correctly marked as "unsafe".
Lars Vogdt
2017-05-10 22:37:08 +00:00
6de6c4245b
Accepting request 487603 from home:stroeder:branches:systemsmanagement
Michael Ströder
2017-04-13 08:25:06 +00:00
87a8645328
Accepting request 482977 from systemsmanagement
Yuchen Lin2017-03-28 13:23:04 +00:00
270a3576d8
Accepting request 482968 from home:stroeder:branches:systemsmanagement
Klaus Kämpf
2017-03-28 08:04:06 +00:00