Path to this page:
./
python/ansible,
SSH-based configuration management, deployment, and task execution
Branch: CURRENT,
Version: 10.6.0,
Package name: ansible-10.6.0,
Maintainer: pkgsrc-usersAnsible is a radically simple model-driven configuration management,
multi-node deployment, and remote task execution system. Ansible works
over SSH and does not require any software or daemons to be installed
on remote nodes. Extension modules can be written in any language and
are transferred to managed machines automatically.
Required to run:[
textproc/py-yaml] [
security/py-paramiko] [
devel/py-setuptools] [
textproc/py-jinja2] [
security/py-cryptography] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 39814.128 KB
Version history: (Expand)
- (2024-11-12) Updated to version: ansible-10.6.0
- (2024-10-09) Updated to version: ansible-10.5.0
- (2024-09-11) Updated to version: ansible-10.4.0
- (2024-08-19) Updated to version: ansible-10.3.0
- (2024-07-17) Updated to version: ansible-10.2.0
- (2024-06-28) Updated to version: ansible-10.1.0
CVS history: (Expand)
2024-07-17 10:20:58 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
ansible: updated to 10.2.0
10.2.0
Major Changes
dellemc.openmanage
- idrac_server_config_profile - This module is enhanced to allow you to export \
and import custom defaults on iDRAC.
- ome_configuration_compliance_baseline - This module is enhanced to schedule \
the remediation job and stage the reboot.
fortinet.fortios
- Add a sanity_test.yaml file to trigger CI tests in GitHub.
- Support Ansible-core 2.17.
- Support new FOS versions 7.4.4.
grafana.grafana
- Add a config check before restarting mimir
- Add support for configuring feature_toggles in grafana role
- Backport post-setup healthcheck from agent to alloy
- Bump ansible-lint from 24.2.3 to 24.5.0
- Bump ansible-lint from 24.5.0 to 24.6.0
- Bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group across 1 directory
- Bump pylint from 3.1.0 to 3.1.1
- Bump pylint from 3.1.1 to 3.2.2
- Bump pylint from 3.2.2 to 3.2.3
- Bump pylint from 3.2.3 to 3.2.5
- Change from config.river to config.alloy
- Fix Grafana Configuration for Unified and Legacy Alerting Based on Version
- Support adding alloy user to extra groups
- Updated result.json['message'] to result.json()['message']
|
2024-06-28 11:17:08 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
ansible: updated to 10.1.0
10.1.0
Major Changes
containers.podman
- Add mount and unmount for volumes
- Add multiple subnets for networks
- Add new options for podman_container
- Add new options to pod module
- Add podman search
- Improve idempotency for networking in podman_container
- Redesign idempotency for Podman Pod module
dellemc.openmanage
- Added support to use session ID for authentication of iDRAC, OpenManage \
Enterprise and OpenManage Enterprise Modular.
- ome_session - This module allows you to create and delete the sessions on \
OpenManage Enterprise and OpenManage Enterprise Modular.
|
2024-06-18 14:20:20 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
ansible: updated to 10.0.1
v10.0.1
This release updates 10.0.0 by removing binary files from a Windows venv that \
accidentally were included in two collection releases.
|
2024-05-22 07:07:27 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
ansible: updated to 9.6.0
9.6.0
Changed Collections
|
2024-04-29 10:38:59 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
ansible: updated to 9.5.1
9.5.1
Major Changes
containers.podman
- Add quadlet support for Podman modules
fortinet.fortios
- Add notes for backup modules in the documentation in both monitor and \
monitor_fact modules.
- Supported new FOS versions 7.4.2 and 7.4.3, and support data type mac_address \
in the collection.
- Update the documentation for the supported versions from latest to a fix \
version number.
- Update the required ansible version to 2.15.
|
2024-04-02 07:52:32 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
ansible: updated to 9.4.0
9.4.0
Minor changes
|
2024-02-28 09:13:05 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
ansible: updated to 9.3.0
9.3.0
Major Changes
community.mysql
- Collection version 2.*.* is EOL, no more bugfixes will be backported. Please \
consider upgrading to the latest version.
fortinet.fortios
- Update all the boolean values to true/false in the documents and examples.
- Update the document of log_fact.
- Update the mismatched version message with version ranges.
- Update the required ansible version to 2.14.
- Update the supported version ranges instead of concrete version numbers to \
reduce the collection size.
|
2024-01-30 20:38:38 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
ansible: 9.2.0
9.2.0
Major Changes
-------------
community.docker
~~~~~~~~~~~~~~~~
- The ``community.docker`` collection now depends on the \
``community.library_inventory_filtering_v1`` collection. This utility collection \
provides host filtering functionality for inventory plugins. If you use the \
Ansible community package, both collections are included and you do not have to \
do anything special. If you install the collection with ``ansible-galaxy \
collection install``, it will be installed automatically. If you install the \
collection by copying the files of the collection to a place where ansible-core \
can find it, for example by cloning the git repository, you need to make sure \
that you also have to install the dependency if you are using the inventory \
plugins (https://github.com/ansible-collections/community.docker/pull/698).
community.hashi_vault
~~~~~~~~~~~~~~~~~~~~~
- requirements - the ``requests`` package which is required by ``hvac`` now has \
a more restrictive range for this collection in certain use cases due to \
breaking security changes in ``ansible-core`` that were backported \
(https://github.com/ansible-collections/community.hashi_vault/pull/416).
dellemc.openmanage
~~~~~~~~~~~~~~~~~~
- All OME modules are enhanced to support the environment variables \
`OME_USERNAME` and `OME_PASSWORD` as fallback for credentials.
- All iDRAC and Redfish modules are enhanced to support the environment \
variables `IDRAC_USERNAME` and `IDRAC_PASSWORD` as fallback for credentials.
- idrac_certificates - The module is enhanced to support the import and export \
of `CUSTOMCERTIFICATE`.
- idrac_gather_facts - This role is enhanced to support secure boot.
- idrac_license - The module is introduced to configure iDRAC licenses.
infoblox.nios_modules
~~~~~~~~~~~~~~~~~~~~~
- Upgrade Ansible version support from 2.13 to 2.16.
- Upgrade Python version support from 3.8 to 3.10.
|