Path to this page:
./
sysutils/ansible,
SSH-based configuration management, deployment, and task execution
Branch: CURRENT,
Version: 12.2.0,
Package name: ansible-12.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: 49897.939 KB
Version history: (Expand)
- (2025-11-10) Updated to version: ansible-12.2.0
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-10-20) Updated to version: ansible-12.1.0
- (2025-09-30) Updated to version: ansible-12.0.0
- (2025-08-13) Updated to version: ansible-11.9.0
CVS history: (Expand)
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
|
2025-09-30 10:07:35 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
ansible: updated to 12.0.0
12.0.0
Removed Collections
- cisco.asa (previously included version: 6.0.0)
- cisco.ise (previously included version: 2.9.5)
- cloud.common (previously included version: 4.0.0)
- community.network (previously included version: 5.1.0)
- ibm.spectrum_virtualize (previously included version: 2.0.0)
- sensu.sensu_go (previously included version: 1.14.0)
You can still install a removed collection manually with ``ansible-galaxy \
collection install <name-of-collection>``.
Added Collections
- community.proxmox (version 1.3.0)
- hitachivantara.vspone_block (version 4.1.0)
- microsoft.iis (version 1.0.3)
|
| 2025-08-19 18:35:17 by Kimmo Suominen | Files touched by this commit (1) |
Log message:
ansible: Set an upper limit on the ansible-core version
Guard against building non-conforming packages due to inadvertent
upgrades of ansible-core.
|
2025-08-13 06:35:11 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
ansible: updated to 11.9.0
11.9.0
Major Changes
- The removal of google.cloud was cancelled. The collection will not be removed \
from Ansible 12 (`https://forum.ansible.com/t/8609 \
<https://forum.ansible.com/t/8609>`__).
The sanity test failures have been addressed.
|