./sysutils/ansible, SSH-based configuration management, deployment, and task execution

[ Image CVSweb ] [ Image Homepage ] [ Image RSS ] [ Image Required by ]


Branch: CURRENT, Version: 14.2.0, Package name: ansible-14.2.0, Maintainer: pkgsrc-users

Ansible 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: 48880.25 KB

Version history: (Expand)


CVS history: (Expand)


   2026-07-17 09:29:16 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
ansible: updated to 14.2.0

14.2.0

Major Changes

splunk.es

- ci - integration tests now run against both Splunk Server 9.4 and 10.4 with \ 
Enterprise Security (ES), providing full coverage across supported major \ 
versions and catching regressions against real Splunk ES instances.
   2026-07-07 10:34:26 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
ansible: updated to 14.1.0

14.1.0

Major Changes

community.clickhouse
- clickhouse_named_collection - new module to add/modify/delete named \ 
collections in database.

vmware.vmware_rest
- Update minimum required ansible-core version to 2.16 in meta/runtime.yml
   2026-06-06 08:04:31 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
ansible: updated to 14.0.0

14.0.0

Major Changes

amazon.aws

- amazon.aws collection - ``awscli`` version has been bumped to 1.34.0 \ 
(https://github.com/ansible-collections/amazon.aws/pull/2774).
- amazon.aws collection - ``botocore`` and ``boto3`` versions have been bumped \ 
to 1.35.0 (https://github.com/ansible-collections/amazon.aws/pull/2774).
- ec2_security_group - Support for passing nested lists of strings to \ 
``rules.cidr_ip`` and ``rules.cidr_ipv6`` have been removed \ 
(https://github.com/ansible-collections/amazon.aws/issues/2777).
- iam_user - Support for ``iam_user`` return key has been removed; only ``user`` \ 
is now returned (https://github.com/ansible-collections/amazon.aws/issues/2777).
- lambda_info - Support for ``function`` has been removed \ 
(https://github.com/ansible-collections/amazon.aws/issues/2777).
- route53_info - Support for CamelCased lists (``ResourceRecordSets``, \ 
``HostedZones``, ``HealthChecks``, ``CheckerIpRanges``, ``DelegationSets``, \ 
``HealthCheck``) have been removed \ 
(https://github.com/ansible-collections/amazon.aws/issues/2777).
- s3_object - Support for ``list`` mode has been removed; use ``s3_object_info`` \ 
instead (https://github.com/ansible-collections/amazon.aws/issues/2777).
- s3_object - Support for passing the leading ``/`` has been removed \ 
(https://github.com/ansible-collections/amazon.aws/issues/2777).
- s3_object_info - Support for passing ``dualstack`` and ``endpoint_url`` at the \ 
same time has been removed \ 
(https://github.com/ansible-collections/amazon.aws/issues/2777).

chocolatey.chocolatey

- win_chocolatey - add option to ignore pinned status of pinned packages

community.aws

- community.aws collection - ``awscli`` version has been bumped to 1.34.0 \ 
(https://github.com/ansible-collections/community.aws/pull/2375).
- community.aws collection - ``botocore`` and ``boto3`` versions have been \ 
bumped to 1.35.0 \ 
(https://github.com/ansible-collections/community.aws/pull/2375).

community.proxmox

- proxmox - Add ca_path option to specify a ca-certificate for tls validation \ 
(https://github.com/ansible-collections/community.proxmox/pull/256).

community.routeros

- api_info, api_modify - multiple parameters can no longer be disabled for \ 
the``tool netwatch`` path \ 
(https://github.com/ansible-collections/community.routeros/pull/433).
- api_info, api_modify - parameter ``name-format`` can no longer be disabled for \ 
the ``interface wifi provisioning`` path \ 
(https://github.com/ansible-collections/community.routeros/pull/433).
- api_info, api_modify - parameter ``script`` can no longer be disabled for the \ 
``ip dhcp-client`` path \ 
(https://github.com/ansible-collections/community.routeros/pull/433).

community.vmware

- Bump required ``vmware.vmware`` collection version to 2.5.0 \ 
(https://github.com/ansible-collections/community.vmware/pull/2503).

containers.podman

- Add podman Quadlet modules
- Rewrite podman and buildah connections

fortinet.fortios

- Added a generic `headers` parameter to `fortios_json_generic` to support \ 
admin-password confirmation headers and future custom request headers.
- Supported new versions 7.6.5 and 7.6.6.
- Updated FAQ to illustrate the use of `headers` in `fortios_json_generic` module.
- Updated deprecated import of to_text from ansible.module_utils._text to the \ 
supported implementation.
- Updated the Q&A for using the default_group feature in modules.

grafana.grafana

- Run molecule only when required by @voidquark in \ 
https://github.com/grafana/grafana-ansible-collection/pull/441
- migrate stack create/update/delete to stacks-api by @KucicM in \ 
https://github.com/grafana/grafana-ansible-collection/pull/494

kaytus.ksmanage

- Add new modules upload_ssl,ssl_info,generate_ssl. \ 
(https://github.com/ieisystem/kaytus.ksmanage/pull/34).
- Change the name of the used SDK. \ 
(https://github.com/ieisystem/kaytus.ksmanage/pull/37).
- Modify the URL address path when the owner is changed. \ 
(https://github.com/ieisystem/kaytus.ksmanage/pull/38).
- The edit_m6_log_setting.py module has added the 'server_status' attribute; The \ 
edit_network_bond.py module modifies the attribute descriptions; The \ 
edit_snmp.py and edit_snmp_trap.py module modifies the allowable value ranges \ 
for the auth_protocol and priv_protocol attributes. \ 
(https://github.com/ieisystem/kaytus.ksmanage/pull/33).

netapp.ontap

- Updated ONTAP personality check functionality.
- na_ontap_autoupdate_config - REST only support for managing configurations for \ 
automatic updates, requires ONTAP 9.10.1 or later.
- na_ontap_cg - REST only support for managing consistency groups, requires \ 
ONTAP 9.10.1 or later.
- na_ontap_cifs - AWS Lambda support added to the module.
- na_ontap_cifs_acl - AWS Lambda support added to the module.
- na_ontap_cifs_local_group - AWS Lambda support added to the module.
- na_ontap_cifs_local_group_member - AWS Lambda support added to the module.
- na_ontap_cifs_local_user - AWS Lambda support added to the module.
- na_ontap_cifs_local_user_set_password - AWS Lambda support added to the module.
- na_ontap_cifs_privileges - AWS Lambda support added to the module.
- na_ontap_cifs_server - AWS Lambda support added to the module.
- na_ontap_cifs_unix_symlink_mapping - AWS Lambda support added to the module.
- na_ontap_cluster_peer - AWS Lambda support added to the module.
- na_ontap_debug - AWS Lambda support added to the module.
- na_ontap_dns - AWS Lambda support added to the module.
- na_ontap_domain_tunnel - AWS Lambda support added to the module.
- na_ontap_efficiency_policy - AWS Lambda support added to the module.
- na_ontap_export_policy - AWS Lambda support added to the module.
- na_ontap_export_policy_rule - AWS Lambda support added to the module.
- na_ontap_flexcache - AWS Lambda support added to the module.
- na_ontap_igroup - AWS Lambda support added to the module.
- na_ontap_igroup_initiator - AWS Lambda support added to the module.
- na_ontap_interface - AWS Lambda support added to the module.
- na_ontap_iscsi - AWS Lambda support added to the module.
- na_ontap_iscsi_security - AWS Lambda support added to the module.
- na_ontap_job_schedule - AWS Lambda support added to the module.
- na_ontap_ldap_client - AWS Lambda support added to the module.
- na_ontap_local_hosts - AWS Lambda support added to the module.
- na_ontap_lun - AWS Lambda support added to the module.
- na_ontap_lun_copy - AWS Lambda support added to the module.
- na_ontap_lun_map - AWS Lambda support added to the module.
- na_ontap_lun_map_reporting_nodes - AWS Lambda support added to the module.
- na_ontap_name_mappings - AWS Lambda support added to the module.
- na_ontap_name_service_switch - AWS Lambda support added to the module.
- na_ontap_nfs - AWS Lambda support added to the module.
- na_ontap_qos_policy_group - AWS Lambda support added to the module.
- na_ontap_qtree - AWS Lambda support added to the module.
- na_ontap_quotas - AWS Lambda support added to the module.
- na_ontap_rest_info - AWS Lambda support added to the module.
- na_ontap_restit - AWS Lambda support added to the module.
- na_ontap_s3_buckets - AWS Lambda support added to the module.
- na_ontap_s3_groups - AWS Lambda support added to the module.
- na_ontap_s3_policies - AWS Lambda support added to the module.
- na_ontap_s3_services - AWS Lambda support added to the module.
- na_ontap_s3_users - AWS Lambda support added to the module.
- na_ontap_snapmirror - AWS Lambda support added to the module.
- na_ontap_snapmirror_policy - AWS Lambda support added to the module.
- na_ontap_snapshot - AWS Lambda support added to the module.
- na_ontap_snapshot_policy - AWS Lambda support added to the module.
- na_ontap_svm - AWS Lambda support added to the module.
- na_ontap_volume_autosize - AWS Lambda support added to the module.
- na_ontap_volume_clone - AWS Lambda support added to the module.
- na_ontap_vserver_peer - AWS Lambda support added to the module.
- na_ontap_vserver_peer_permissions - AWS Lambda support added to the module.
- na_ontap_wait_for_condition - AWS Lambda support added to the module.

splunk.es

- Bumped the minimum supported Ansible version to ``>=2.17.0`` (Ansible \ 
2.15/2.16 are EoL).
- Remove dependency on the ``ansible.netcommon`` collection. Utility functions \ 
(``remove_empties``, ``dict_diff``, ``dict_merge``) are now bundled locally, and \ 
the httpapi plugin inherits directly from ansible-core's ``HttpApiBase``.

vmware.vmware

- Replace ``ansible.module_utils._text`` \ 
(https://github.com/ansible-collections/vmware.vmware/issues/268).
- Replace ``ansible.module_utils.common._collections_compat`` \ 
(https://github.com/ansible-collections/vmware.vmware/issues/271).
   2026-05-22 13:02:53 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
ansible: updated to 13.7.0

13.7.0

Major Changes

grafana.grafana

- Run molecule only when required
- migrate stack create/update/delete to stacks-api

netapp.ontap

- Updated ONTAP personality check functionality.
- na_ontap_debug - AWS Lambda support added to the module.
- na_ontap_dns - AWS Lambda support added to the module.
- na_ontap_domain_tunnel - AWS Lambda support added to the module.
- na_ontap_efficiency_policy - AWS Lambda support added to the module.
- na_ontap_export_policy - AWS Lambda support added to the module.
- na_ontap_export_policy_rule - AWS Lambda support added to the module.
- na_ontap_flexcache - AWS Lambda support added to the module.
- na_ontap_iscsi - AWS Lambda support added to the module.
- na_ontap_iscsi_security - AWS Lambda support added to the module.
- na_ontap_job_schedule - AWS Lambda support added to the module.
- na_ontap_ldap_client - AWS Lambda support added to the module.
- na_ontap_local_hosts - AWS Lambda support added to the module.
- na_ontap_name_mappings - AWS Lambda support added to the module.
- na_ontap_name_service_switch - AWS Lambda support added to the module.
- na_ontap_nfs - AWS Lambda support added to the module.
- na_ontap_qos_policy_group - AWS Lambda support added to the module.
- na_ontap_qtree - AWS Lambda support added to the module.
- na_ontap_quotas - AWS Lambda support added to the module.
- na_ontap_rest_info - AWS Lambda support added to the module.
- na_ontap_restit - AWS Lambda support added to the module.
- na_ontap_snapmirror_policy - AWS Lambda support added to the module.
- na_ontap_snapshot_policy - AWS Lambda support added to the module.
- na_ontap_vserver_peer_permissions - AWS Lambda support added to the module.
- na_ontap_wait_for_condition - AWS Lambda support added to the module.
   2026-04-23 10:22:55 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
ansible: updated to 13.6.0

13.6.0

Major Changes

chocolatey.chocolatey

- win_chocolatey - add option to ignore pinned status of pinned packages

fortinet.fortios

- Added a generic `headers` parameter to `fortios_json_generic` to support \ 
admin-password confirmation headers and future custom request headers.
- Updated FAQ to illustrate the use of `headers` in `fortios_json_generic` module.
- Updated deprecated import of to_text from ansible.module_utils._text to the \ 
supported implementation.
   2026-03-31 06:53:30 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
ansible: updated to 13.5.0

13.5.0

Major Changes

community.proxmox

- proxmox - Add ca_path option to specify a ca-certificate for tls validation \ 
(https://github.com/ansible-collections/community.proxmox/pull/256).

community.routeros

- api_info, api_modify - multiple parameters can no longer be disabled for \ 
the``tool netwatch`` path \ 
(https://github.com/ansible-collections/community.routeros/pull/433).
- api_info, api_modify - parameter ``name-format`` can no longer be disabled for \ 
the ``interface wifi provisioning`` path \ 
(https://github.com/ansible-collections/community.routeros/pull/433).
- api_info, api_modify - parameter ``script`` can no longer be disabled for the \ 
``ip dhcp-client`` path \ 
(https://github.com/ansible-collections/community.routeros/pull/433).

fortinet.fortios

- Supported new versions 7.6.5 and 7.6.6.
- Updated the Q&A for using the default_group feature in modules.

netapp.ontap

- na_ontap_autoupdate_config - REST only support for managing configurations for \ 
automatic updates, requires ONTAP 9.10.1 or later.
- na_ontap_cg - REST only support for managing consistency groups, requires \ 
ONTAP 9.10.1 or later.
- na_ontap_cifs - AWS Lambda support added to the module.
- na_ontap_cifs_acl - AWS Lambda support added to the module.
- na_ontap_cifs_local_group - AWS Lambda support added to the module.
- na_ontap_cifs_local_group_member - AWS Lambda support added to the module.
- na_ontap_cifs_local_user - AWS Lambda support added to the module.
- na_ontap_cifs_local_user_set_password - AWS Lambda support added to the module.
- na_ontap_cifs_privileges - AWS Lambda support added to the module.
- na_ontap_cifs_server - AWS Lambda support added to the module.
- na_ontap_cifs_unix_symlink_mapping - AWS Lambda support added to the module.
- na_ontap_cluster_peer - AWS Lambda support added to the module.
- na_ontap_igroup - AWS Lambda support added to the module.
- na_ontap_igroup_initiator - AWS Lambda support added to the module.
- na_ontap_lun_copy - AWS Lambda support added to the module.
- na_ontap_lun_map - AWS Lambda support added to the module.
- na_ontap_lun_map_reporting_nodes - AWS Lambda support added to the module.
- na_ontap_s3_buckets - AWS Lambda support added to the module.
- na_ontap_s3_groups - AWS Lambda support added to the module.
- na_ontap_s3_policies - AWS Lambda support added to the module.
- na_ontap_s3_services - AWS Lambda support added to the module.
- na_ontap_s3_users - AWS Lambda support added to the module.
- na_ontap_snapmirror - AWS Lambda support added to the module.
- na_ontap_volume_autosize - AWS Lambda support added to the module.
- na_ontap_volume_clone - AWS Lambda support added to the module.
- na_ontap_vserver_peer - AWS Lambda support added to the module.
   2026-02-24 20:20:35 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
ansible: updated to 13.4.0

13.4.0

Major Changes

containers.podman

- Add podman Quadlet modules
   2026-01-30 14:58:04 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
ansible: updated to 13.3.0

13.3.0

Major Changes

community.vmware

- Bump required ``vmware.vmware`` collection version to 2.5.0 \ 
(https://github.com/ansible-collections/community.vmware/pull/2503).