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

[ Image CVSweb ] [ Image Homepage ] [ Image RSS ] [ Image Required by ] [ Image Add to tracker ]


Branch: CURRENT, Version: 13.5.0, Package name: ansible-13.5.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: 51501.464 KB

Version history: (Expand)


CVS history: (Expand)


   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).
   2026-01-04 11:58:13 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
ansible: updated to 13.2.0

13.2.0

Major Changes

netapp.ontap

- na_ontap_interface - AWS Lambda support added to the module.
- na_ontap_lun - AWS Lambda support added to the module.
- na_ontap_snapshot - AWS Lambda support added to the module.
- na_ontap_svm - AWS Lambda support added to the module.
   2025-12-17 12:48:11 by Kimmo Suominen | Files touched by this commit (1)
Log message:
ansible: Fix ansible-core dependency version upper limit (again)
   2025-12-10 13:44:19 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
ansible: updated to 13.1.0

13.1.0

Major Changes

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).
   2025-11-10 14:38:34 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
ansible: updated to 12.2.0

12.2.0

Major Changes

community.vmware

- Replace ``ansible.module_utils._text`` \ 
(https://github.com/ansible-collections/community.vmware/issues/2497).
- Replace ``ansible.module_utils.common._collections_compat`` \ 
(https://github.com/ansible-collections/community.vmware/issues/2497).
- Replace ``ansible.module_utils.six`` \ 
(https://github.com/ansible-collections/community.vmware/pull/2495).

fortinet.fortios

- Supported default_group feature for the all of the modules.

grafana.grafana

- Fallback to empty dict in case grafana_ini is undefined
- Fix Mimir config file validation task
- Fixes issue
- Import custom dashboards only when directory exists
- Restore default listen address and port in Mimir
- Updated YUM repo urls from `packages.grafana.com` to `rpm.grafana.com`
- Use credentials from grafana_ini when importing dashboards
- do not skip scrape latest github version even in check_mode
- fix broken Grafana apt repository addition
- fix datasource documentation
- fix mimir_download_url_deb & mimir_download_url_rpm
- update catalog info
- use deb822 for newer debian versions
   2025-10-27 17:52:37 by David Brownlee | Files touched by this commit (1)
Log message:
Add ${PYSITELIB}/ansible_collections/cisco/meraki/*.sh to CHECK_INTERPRETER_SKIP

There are 30 other similar CHECK_INTERPRETER_SKIP lines, so assume this
one is just another. Fixes build