NOTICE: This package has been removed from pkgsrc

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

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


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

Ansible is a radically simple IT automation system. It handles configuration
management, application deployment, cloud provisioning, ad-hoc task execution,
network automation, and multi-node orchestration. Ansible makes complex changes
like zero-downtime rolling updates with load balancers easy.


Master sites:

Filesize: 5991.938 KB

Version history: (Expand)


CVS history: (Expand)


   2022-05-14 06:49:54 by Thomas Klausner | Files touched by this commit (4) | Package removed
Log message:
ansible-base: finish removal
   2022-05-14 06:44:02 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
ansible-base: removed
   2022-04-21 13:00:02 by Thomas Klausner | Files touched by this commit (18)
Log message:
*: convert to versioned_dependencies for py-cryptography
   2022-02-08 17:41:07 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
ansible-base: updated to 2.10.17

v2.10.17
========

Bugfixes
--------
- ansible-galaxy collection build - Ignore any existing ``MANIFEST.json`` and \ 
``FILES.json`` in the root directory when building a collection.
- ansible-test - Fix traceback in the ``validate-modules`` sanity test when \ 
testing an Ansible module without any callables.
- backwards compatiblity copy of doc fragment action_common_attributes
   2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289)
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag

This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.

Set this flag for packages that need it and bump PKGREVISION.
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-12-07 10:50:16 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
ansible-base: updated to 2.10.16

v2.10.16

Bugfixes
- cli defaults for ssh args set to None as '' was bypassing normal default.
   2021-11-09 21:34:41 by Thomas Klausner | Files touched by this commit (9)
Log message:
*: convert packaging to lang/python/versioned_dependencies.mk