Path to this page:
./
sysutils/ansible,
SSH-based configuration management, deployment, and task execution
Branch: CURRENT,
Version: 13.2.0,
Package name: ansible-13.2.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: 50781.391 KB
Version history: (Expand)
- (2026-01-04) Updated to version: ansible-13.2.0
- (2025-12-17) Updated to version: ansible-13.1.0nb1
- (2025-12-10) Updated to version: ansible-13.1.0
- (2025-11-10) Updated to version: ansible-12.2.0
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
CVS history: (Expand)
2026-01-04 11:58:13 by Adam Ciarcinski | Files touched by this commit (3) |  |
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) |  |
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) |  |
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
|
2025-10-20 14:27:04 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
ansible: updated to 12.1.0
12.1.0
Major Changes
containers.podman
- Add inventory plugins for buildah and podman
- Add podman system connection modules
fortinet.fortios
- Supported new versions 7.6.3 and 7.6.4.
- Supported the authentication method when using username and password in v7.6.4.
grafana.grafana
- Add SUSE support to Alloy role
- Fixes to foldersFromFilesStructure option
- Migrate RedHat install to ansible.builtin.package
- add macOS support to alloy role
- replace None with [] for safe length checks
|
| 2025-10-14 14:46:47 by Kimmo Suominen | Files touched by this commit (1) |
Log message:
ansible: Restore the appropriate ansible-core version upper limit
|
| 2025-10-09 09:58:14 by Thomas Klausner | Files touched by this commit (442) |
Log message:
*: remove reference to (removed) Python 3.9
|