[ansible-devel] Release announcement: Ansible community package 10.1.0

2024-06-18 Thread 'Felix Fontein' via Ansible Development
Hello everyone,

We're happy to announce the release of the Ansible 10.1.0 package!

Ansible 10.1.0 depends on ansible-core 2.17.1 and includes a curated set of 
Ansible collections that provide a vast number of modules, plugins, and roles.

How to get it
-

This release is available on PyPI and can be installed with pip:

```console
python3 -m pip install ansible==10.1.0 --user
```

The sources for this release can be found here:

Release tarball:

https://files.pythonhosted.org/packages/32/e8/3bbd91286c1b858afafac59a4f582c5f0344efabb4f4e013de9d1d9c21c2/ansible-10.1.0.tar.gz

SHA256:

7d8c44557f570687306e19d0e3296ad230593cb12bda35dcfc9274a6063af22a

Wheel package:

https://files.pythonhosted.org/packages/78/be/45a0b5456711fe792a9a9a7e7cc06dfb40edd46713aaf0609f7500afc806/ansible-10.1.0-py3-none-any.whl

SHA256:

05b761c4628a0fc216478a5e3c111613c61fd13280846fa84843a63c36c7b1b6


Some important details
--

ansible-core is a separate package on which ansible depends. `pip install 
ansible` installs `ansible-core`, but it can also be installed independently of 
the ansible package.

Collections that have opted to join the Ansible 10 unified changelog will have 
an entry on this page:

https://github.com/ansible-community/ansible-build-data/blob/10.1.0/10/CHANGELOG-v10.md

For collections which have not opted-in to the unified changelog, you may find 
more information on

https://docs.ansible.com/ansible/latest/collections

or on the collection source repository. For example, the community.crypto 
collection is available at

https://docs.ansible.com/ansible/latest/collections/community/crypto/index.html

and you can find a link to the source repository under the “Repository 
(Sources)” button.

The changelog for ansible-core 2.17 installed by this release of Ansible 10 can 
be found here:

https://github.com/ansible/ansible/blob/v2.17/changelogs/CHANGELOG-v2.17.rst

What's the schedule for new Ansible releases after 10.1.0?
--

The next release roadmap can be found at

https://docs.ansible.com/ansible/devel/roadmap/ansible_roadmap_index.html

The Ansible community package release schedule follows the Ansible Core release 
schedule, including, for example, delays for holidays. This means Ansible 
releases happen every four weeks through most of the year, but release dates 
may be delayed when Ansible Core releases are.

Subscribe to the Bullhorn for all future release dates, announcements, and 
Ansible contributor community news.

Visit this link to subscribe: https://bit.ly/subscribe-bullhorn

You can find all past Bullhorn issues on the Ansible Community Forum at:

https://forum.ansible.com/c/news/bullhorn/17

Join the new Ansible Community Forum to follow along and participate in all the 
project and release related discussions and announcements. Feel free to share 
your thoughts, feedback, ideas and concerns there.

Register here to join the Ansible Forum:

https://forum.ansible.com

Porting Help


A unified porting guide for collections that have opted in is available here:

https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_10.html

Getting collection updates from Ansible 10 with older releases of ansible-core
--

Ansible 10 depends on ansible-core 2.17. Depending on your needs, you can get 
collection updates as they ship in the Ansible “batteries included” package 
while continuing to use older versions of ansible-core.

See the ansible-galaxy requirements file based on the collections from Ansible 
10 for this use case:

https://github.com/ansible-community/ansible-build-data/blob/10.1.0/10/galaxy-requirements.yaml

After you download the requirements file, you can install the collections by 
running the following command:

```console
ansible-galaxy collection install -r galaxy-requirements.yaml
```

On behalf of the Ansible community, thank you and happy automating!

Cheers,
Ansible Release Management Working Group


-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/20240618132854.073e1355%40rovaniemi.


[ansible-devel] Release announcement: Ansible community package 9.7.0

2024-06-18 Thread 'Felix Fontein' via Ansible Development
Hello everyone,

We're happy to announce the release of the Ansible 9.7.0 package!

Ansible 9.7.0 depends on ansible-core 2.16.8 and includes a curated set of 
Ansible collections that provide a vast number of modules, plugins, and roles.

How to get it
-

This release is available on PyPI and can be installed with pip:

```console
python3 -m pip install ansible==9.7.0 --user
```

The sources for this release can be found here:

Release tarball:

https://files.pythonhosted.org/packages/37/01/ae9579d97944b267dd3139aa3e1491984ba730aa778287c88002496b4ac4/ansible-9.7.0.tar.gz

SHA256:

7d86db34cb25acb354fed1cc2b19ebbe1f42fe2bf4860b9ba7823d81880a30a8

Wheel package:

https://files.pythonhosted.org/packages/54/31/ca3c339eb792489f352d4e274bc22099005b4ca5551cff1bb2d761934f3e/ansible-9.7.0-py3-none-any.whl

SHA256:

5fbc92271637f0bb22836095cf601ee03d02f6b26180205836bd1b6e4b2f2605


Some important details
--

ansible-core is a separate package on which ansible depends. `pip install 
ansible` installs `ansible-core`, but it can also be installed independently of 
the ansible package.

Collections that have opted to join the Ansible 9 unified changelog will have 
an entry on this page:

https://github.com/ansible-community/ansible-build-data/blob/9.7.0/9/CHANGELOG-v9.md

For collections which have not opted-in to the unified changelog, you may find 
more information on

https://docs.ansible.com/ansible/latest/collections

or on the collection source repository. For example, the community.crypto 
collection is available at

https://docs.ansible.com/ansible/latest/collections/community/crypto/index.html

and you can find a link to the source repository under the “Repository 
(Sources)” button.

The changelog for ansible-core 2.16 installed by this release of Ansible 9 can 
be found here:

https://github.com/ansible/ansible/blob/v2.16/changelogs/CHANGELOG-v2.16.rst

What's the schedule for new Ansible releases after 9.7.0?
-

The next release roadmap can be found at

https://docs.ansible.com/ansible/devel/roadmap/ansible_roadmap_index.html

The Ansible community package release schedule follows the Ansible Core release 
schedule, including, for example, delays for holidays. This means Ansible 
releases happen every four weeks through most of the year, but release dates 
may be delayed when Ansible Core releases are.

Subscribe to the Bullhorn for all future release dates, announcements, and 
Ansible contributor community news.

Visit this link to subscribe: https://bit.ly/subscribe-bullhorn

You can find all past Bullhorn issues on the Ansible Community Forum at:

https://forum.ansible.com/c/news/bullhorn/17

Join the new Ansible Community Forum to follow along and participate in all the 
project and release related discussions and announcements. Feel free to share 
your thoughts, feedback, ideas and concerns there.

Register here to join the Ansible Forum:

https://forum.ansible.com

Porting Help


A unified porting guide for collections that have opted in is available here:

https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_9.html

Getting collection updates from Ansible 9 with older releases of ansible-core
-

Ansible 9 depends on ansible-core 2.16. Depending on your needs, you can get 
collection updates as they ship in the Ansible “batteries included” package 
while continuing to use older versions of ansible-core.

See the ansible-galaxy requirements file based on the collections from Ansible 
9 for this use case:

https://github.com/ansible-community/ansible-build-data/blob/9.7.0/9/galaxy-requirements.yaml

After you download the requirements file, you can install the collections by 
running the following command:

```console
ansible-galaxy collection install -r galaxy-requirements.yaml
```

On behalf of the Ansible community, thank you and happy automating!

Cheers,
Ansible Release Management Working Group


-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/20240618132802.60be8709%40rovaniemi.


[ansible-devel] New Release: ansible-core v2.17.1

2024-06-17 Thread ansible-announcements
ANSIBLE-CORE V2.17.1
View this release on:

 * GitHub [https://github.com/ansible/ansible/releases/tag/v2.17.1]
 * PyPI [https://pypi.org/project/ansible-core/v2.17.1/]

CHANGELOG
See the full changelog
[https://github.com/ansible/ansible/blob/v2.17.1/changelogs/CHANGELOG-v2.17.rst]
 
for the changes included in this release.

RELEASE ARTIFACTS
 * Built Distribution: ansible_core-2.17.1-py3-none-any.whl
   
[https://files.pythonhosted.org/packages/4e/9b/91413a737d9dc8eb803e6cc872964c91f76806254f9e86fe84ee100a6f6f/ansible_core-2.17.1-py3-none-any.whl]
 
   - 2192561 bytes * 
  aaaccf6a9fe05968821a02079c5ec4c33a7fe5f02d9f5d94f7c3a69f71eab675 (SHA256)
   
   
 * Source Distribution: ansible_core-2.17.1.tar.gz
   
[https://files.pythonhosted.org/packages/c4/76/e7b0ac590ef1f100fef0ae6875dbbab06d74edfac8b050024ef28cab1c3d/ansible_core-2.17.1.tar.gz]
 
   - 3123697 bytes * 
  46449d71bbd17c3ce85fe379721d88d333fd23637b5c3798e83fae5fa38def00 (SHA256)

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/a64c29c1-8c1b-e72a-d46f-a62f4f5cca5f%40redhat.com.


[ansible-devel] New Release: ansible-core v2.16.8

2024-06-17 Thread ansible-announcements
ANSIBLE-CORE V2.16.8
View this release on:

 * GitHub [https://github.com/ansible/ansible/releases/tag/v2.16.8]
 * PyPI [https://pypi.org/project/ansible-core/v2.16.8/]

CHANGELOG
See the full changelog
[https://github.com/ansible/ansible/blob/v2.16.8/changelogs/CHANGELOG-v2.16.rst]
 
for the changes included in this release.

RELEASE ARTIFACTS
 * Built Distribution: ansible_core-2.16.8-py3-none-any.whl
   
[https://files.pythonhosted.org/packages/74/36/36e8ea966064b625b8edc3812a405ba59fe5da490187dd6c28091ec8abfb/ansible_core-2.16.8-py3-none-any.whl]
 
   - 2251689 bytes * 
  8fab9f08049e3cbc181f0566a17dfb896d9164ef5048c63e9e07fda4624686c7 (SHA256)
   
   
 * Source Distribution: ansible_core-2.16.8.tar.gz
   
[https://files.pythonhosted.org/packages/3e/3a/da391cfed746ff206c6b245a3a406e34cb0c29f2877e6bbbcbfa943f9ad9/ansible_core-2.16.8.tar.gz]
 
   - 3180562 bytes * 
  59e4aa40ed5acdb4ef9bbf3d058918fff93f66a149373d8159c8a29604410bda (SHA256)

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/68cea95b-6ee4-1dae-863f-48b89b2d2ac8%40redhat.com.


[ansible-devel] New Prerelease: ansible-core v2.17.1rc1

2024-06-10 Thread ansible-announcements
ANSIBLE-CORE V2.17.1RC1
View this release on:

 * GitHub [https://github.com/ansible/ansible/releases/tag/v2.17.1rc1]
 * PyPI [https://pypi.org/project/ansible-core/v2.17.1rc1/]

CHANGELOG
See the full changelog
[https://github.com/ansible/ansible/blob/v2.17.1rc1/changelogs/CHANGELOG-v2.17.rst]
 
for the changes included in this release.

RELEASE ARTIFACTS
 * Built Distribution: ansible_core-2.17.1rc1-py3-none-any.whl
   
[https://files.pythonhosted.org/packages/5c/a3/48954da79c5bc2e482e79d919fff06f20a87c770ae416e190d71cc22e728/ansible_core-2.17.1rc1-py3-none-any.whl]
 
   - 2192613 bytes * 
  c05fbfc7fa1800eba7def84d44f58f59560fd5da567456dde91ee1e49f2b53ca (SHA256)
   
   
 * Source Distribution: ansible_core-2.17.1rc1.tar.gz
   
[https://files.pythonhosted.org/packages/3f/9a/dcea5d2fb0477101c84e4db3f704abb385bd4d22e60001f8b61c5f1d8981/ansible_core-2.17.1rc1.tar.gz]
 
   - 3128240 bytes * 
  3e10e97335a5f0f24b14792f3b52873984c5c300a1584437b401e0f5727ed533 (SHA256)

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/8e33b9ff-3cf4-c312-2e00-286267e8d1b7%40redhat.com.


[ansible-devel] New Prerelease: ansible-core v2.16.8rc1

2024-06-10 Thread ansible-announcements
ANSIBLE-CORE V2.16.8RC1
View this release on:

 * GitHub [https://github.com/ansible/ansible/releases/tag/v2.16.8rc1]
 * PyPI [https://pypi.org/project/ansible-core/v2.16.8rc1/]

CHANGELOG
See the full changelog
[https://github.com/ansible/ansible/blob/v2.16.8rc1/changelogs/CHANGELOG-v2.16.rst]
 
for the changes included in this release.

RELEASE ARTIFACTS
 * Built Distribution: ansible_core-2.16.8rc1-py3-none-any.whl
   
[https://files.pythonhosted.org/packages/8d/52/dd667810deecc00060aa8c108bc563ada5177eb6710b72924f866ef43886/ansible_core-2.16.8rc1-py3-none-any.whl]
 
   - 2251743 bytes * 
  367999cb79547b29134136043b199b423e79998f3351c6a57883a6e3c9902025 (SHA256)
   
   
 * Source Distribution: ansible_core-2.16.8rc1.tar.gz
   
[https://files.pythonhosted.org/packages/8b/65/225810abe83617701f29dea13fbe2ab45521be2d755eda681ffb80a39fe5/ansible_core-2.16.8rc1.tar.gz]
 
   - 3185558 bytes * 
  c3a97e4fefb7faedda47ba11f775c05a73af6732994630ce586d72e68097f23d (SHA256)

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/219c360e-6859-2fec-ea2c-9cbf4405908f%40redhat.com.


[ansible-devel] Release announcement: Ansible community package 9.6.1

2024-06-05 Thread 'Felix Fontein' via Ansible Development
Hello everyone,

We're happy to announce the release of the Ansible 9.6.1 package!

Ansible 9.6.1 depends on ansible-core 2.16.7 and includes a curated set of 
Ansible collections that provide a vast number of modules, plugins, and roles.

This release updates 9.6.0 by removing binary files from a Windows venv that 
accidentally were included in two collection releases. We will later today yank 
the 9.6.0 release.

How to get it
-

This release is available on PyPI and can be installed with pip:

```console
python3 -m pip install ansible==9.6.1 --user
```

The sources for this release can be found here:

Release tarball:

https://files.pythonhosted.org/packages/22/64/39c164cc618672950f77ce096858ebcffa7f6eab8359701c66a6b9288bb0/ansible-9.6.1.tar.gz

SHA256:

b93a446819387a4bfaf5f2caaa37d508539e169e20bde49bb3fa4f94f32b528c

Wheel package:

https://files.pythonhosted.org/packages/1b/06/76fb08a99cdedbfaacf878a5f01ab8ba20ed97bff0e757dcf5db45f63130/ansible-9.6.1-py3-none-any.whl

SHA256:

75ff4c28f8708475b5590f28c2e0a296fb6bee297b16b1bb39e93533203f69e4


Some important details
--

ansible-core is a separate package on which ansible depends. `pip install 
ansible` installs `ansible-core`, but it can also be installed independently of 
the ansible package.

Collections that have opted to join the Ansible 9 unified changelog will have 
an entry on this page:

https://github.com/ansible-community/ansible-build-data/blob/9.6.1/9/CHANGELOG-v9.md

For collections which have not opted-in to the unified changelog, you may find 
more information on

https://docs.ansible.com/ansible/latest/collections

or on the collection source repository. For example, the community.crypto 
collection is available at

https://docs.ansible.com/ansible/latest/collections/community/crypto/index.html

and you can find a link to the source repository under the “Repository 
(Sources)” button.

The changelog for ansible-core 2.16 installed by this release of Ansible 9 can 
be found here:

https://github.com/ansible/ansible/blob/v2.16/changelogs/CHANGELOG-v2.16.rst

What's the schedule for new Ansible releases after 9.6.1?
-

The next release roadmap can be found at

https://docs.ansible.com/ansible/devel/roadmap/ansible_roadmap_index.html

The Ansible community package release schedule follows the Ansible Core release 
schedule, including, for example, delays for holidays. This means Ansible 
releases happen every four weeks through most of the year, but release dates 
may be delayed when Ansible Core releases are.

Subscribe to the Bullhorn for all future release dates, announcements, and 
Ansible contributor community news.

Visit this link to subscribe: https://bit.ly/subscribe-bullhorn

You can find all past Bullhorn issues on the Ansible Community Forum at:

https://forum.ansible.com/c/news/bullhorn/17

Join the new Ansible Community Forum to follow along and participate in all the 
project and release related discussions and announcements. Feel free to share 
your thoughts, feedback, ideas and concerns there.

Register here to join the Ansible Forum:

https://forum.ansible.com

Porting Help


A unified porting guide for collections that have opted in is available here:

https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_9.html

Getting collection updates from Ansible 9 with older releases of ansible-core
-

Ansible 9 depends on ansible-core 2.16. Depending on your needs, you can get 
collection updates as they ship in the Ansible “batteries included” package 
while continuing to use older versions of ansible-core.

See the ansible-galaxy requirements file based on the collections from Ansible 
9 for this use case:

https://github.com/ansible-community/ansible-build-data/blob/9.6.1/9/galaxy-requirements.yaml

After you download the requirements file, you can install the collections by 
running the following command:

```console
ansible-galaxy collection install -r galaxy-requirements.yaml
```

On behalf of the Ansible community, thank you and happy automating!

Cheers,
Ansible Release Management Working Group


-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/20240606071758.099d04c8%40rovaniemi.


[ansible-devel] Release announcement: Ansible community package 10.0.1

2024-06-05 Thread 'Felix Fontein' via Ansible Development
Hello everyone,

We're happy to announce the release of the Ansible 10.0.1 package!

Ansible 10.0.1 depends on ansible-core 2.17.0 and includes a curated set of 
Ansible collections that provide a vast number of modules, plugins, and roles.

This release updates 10.0.0 by removing binary files from a Windows venv that 
accidentally were included in two collection releases. We will later today yank 
the 10.0.0 release.

How to get it
-

This release is available on PyPI and can be installed with pip:

```console
python3 -m pip install ansible==10.0.1 --user
```

The sources for this release can be found here:

Release tarball:

https://files.pythonhosted.org/packages/96/78/95e152c98f1b9349854cf8f4a9cea1d6ad55bf132e66a81207c650f92d01/ansible-10.0.1.tar.gz

SHA256:

b2ab79d54883837f3c5b9b95fd779dff76e5fc5d9ef8555c969575ed24f9f2e1

Wheel package:

https://files.pythonhosted.org/packages/28/7c/a5f708b7b033f068a8ef40db5c993bee4cfafadd985d48dfe44db8566fc6/ansible-10.0.1-py3-none-any.whl

SHA256:

3134f502173fff84f323e988ded2dc1b0bebdf08d4a9f74d582c4faea00ef03b


Some important details
--

ansible-core is a separate package on which ansible depends. `pip install 
ansible` installs `ansible-core`, but it can also be installed independently of 
the ansible package.

Collections that have opted to join the Ansible 10 unified changelog will have 
an entry on this page:

https://github.com/ansible-community/ansible-build-data/blob/10.0.1/10/CHANGELOG-v10.md

For collections which have not opted-in to the unified changelog, you may find 
more information on

https://docs.ansible.com/ansible/latest/collections

or on the collection source repository. For example, the community.crypto 
collection is available at

https://docs.ansible.com/ansible/latest/collections/community/crypto/index.html

and you can find a link to the source repository under the “Repository 
(Sources)” button.

The changelog for ansible-core 2.17 installed by this release of Ansible 10 can 
be found here:

https://github.com/ansible/ansible/blob/v2.17/changelogs/CHANGELOG-v2.17.rst

What's the schedule for new Ansible releases after 10.0.1?
--

The next release roadmap can be found at

https://docs.ansible.com/ansible/devel/roadmap/ansible_roadmap_index.html

The Ansible community package release schedule follows the Ansible Core release 
schedule, including, for example, delays for holidays. This means Ansible 
releases happen every four weeks through most of the year, but release dates 
may be delayed when Ansible Core releases are.

Subscribe to the Bullhorn for all future release dates, announcements, and 
Ansible contributor community news.

Visit this link to subscribe: https://bit.ly/subscribe-bullhorn

You can find all past Bullhorn issues on the Ansible Community Forum at:

https://forum.ansible.com/c/news/bullhorn/17

Join the new Ansible Community Forum to follow along and participate in all the 
project and release related discussions and announcements. Feel free to share 
your thoughts, feedback, ideas and concerns there.

Register here to join the Ansible Forum:

https://forum.ansible.com

Porting Help


A unified porting guide for collections that have opted in is available here:

https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_10.html

Getting collection updates from Ansible 10 with older releases of ansible-core
--

Ansible 10 depends on ansible-core 2.17. Depending on your needs, you can get 
collection updates as they ship in the Ansible “batteries included” package 
while continuing to use older versions of ansible-core.

See the ansible-galaxy requirements file based on the collections from Ansible 
10 for this use case:

https://github.com/ansible-community/ansible-build-data/blob/10.0.1/10/galaxy-requirements.yaml

After you download the requirements file, you can install the collections by 
running the following command:

```console
ansible-galaxy collection install -r galaxy-requirements.yaml
```

On behalf of the Ansible community, thank you and happy automating!

Cheers,
Ansible Release Management Working Group


-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/20240606070649.7b789e84%40rovaniemi.


[ansible-devel] How to Efficiently Develop and Troubleshoot a Ansible Windows Module

2024-05-28 Thread Yangyang Yang
Hi,

I think it is not uncommon to feel frustrated when developing an ansible 
module for windows thanks to the pool viability  of how ansible windows 
module is executing on the windows host.

Is there any good way to develop and debug a windows module interactively 
like one can do with Powershell ISE or Vs Code?

Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/9d1d793e-abaa-44f8-ba49-b00a58dd7c1fn%40googlegroups.com.


[ansible-devel] New Release: ansible-core v2.17.0

2024-05-20 Thread ansible-announcements
ANSIBLE-CORE V2.17.0
View this release on:

 * GitHub [https://github.com/ansible/ansible/releases/tag/v2.17.0]
 * PyPI [https://pypi.org/project/ansible-core/v2.17.0/]

CHANGELOG
See the full changelog
[https://github.com/ansible/ansible/blob/v2.17.0/changelogs/CHANGELOG-v2.17.rst]
 
for the changes included in this release.

RELEASE ARTIFACTS
 * Built Distribution: ansible_core-2.17.0-py3-none-any.whl
   
[https://files.pythonhosted.org/packages/2f/77/97fb1880abb485f1df31b36822c537330db86bea4105fdea6e1946084c16/ansible_core-2.17.0-py3-none-any.whl]
 
   - ‍2191647 bytes * 
  a5de008985cd51eb01599cf1a14d3b45f917095ac6cdab867b0d11c3f922c343 (SHA256)
   
   
 * Source Distribution: ansible_core-2.17.0.tar.gz
   
[https://files.pythonhosted.org/packages/a7/e5/956a16811044c28663d88740932de9c3fbbe2ec14fabe86a69b3cfe4842b/ansible_core-2.17.0.tar.gz]
 
   - 3120288 bytes * 
  bd16e30ecac405dac594de3e1b1b4d9cc6fa1a9f7a01a6a8d4c471b20660716d (SHA256)

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/c864b56f-0e2f-bada-e692-789dd54653f5%40redhat.com.


[ansible-devel] New Release: ansible-core v2.16.7

2024-05-20 Thread ansible-announcements
ANSIBLE-CORE V2.16.7
View this release on:

 * GitHub [https://github.com/ansible/ansible/releases/tag/v2.16.7]
 * PyPI [https://pypi.org/project/ansible-core/v2.16.7/]

CHANGELOG
See the full changelog
[https://github.com/ansible/ansible/blob/v2.16.7/changelogs/CHANGELOG-v2.16.rst]
 
for the changes included in this release.

RELEASE ARTIFACTS
 * Built Distribution: ansible_core-2.16.7-py3-none-any.whl
   
[https://files.pythonhosted.org/packages/c5/b3/6a389d53f4893f1e873ecfa36ef6d2fac04f1be644b1f7730859834642c9/ansible_core-2.16.7-py3-none-any.whl]
 
   - 2250690 bytes * 
  3e1b0ed76ff40d8722f1b5bf19348b95ff226ef5157f7afd720e3da1369a4a6e (SHA256)
   
   
 * Source Distribution: ansible_core-2.16.7.tar.gz
   
[https://files.pythonhosted.org/packages/6b/1b/6a9e9012b250b9f13680eaabaf9ec5eae51622a1c519a851046d0eac4e3b/ansible_core-2.16.7.tar.gz]
 
   - 3178312 bytes * 
  a8c8f4facba30514571d47abec5c62a5768b86fef3d80d724911c8f20b7b34b7 (SHA256)

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/3fb4442b-bbe1-0bac-c735-d75ca66d3070%40redhat.com.


[ansible-devel] New Release: ansible-core v2.15.12

2024-05-20 Thread ansible-announcements
ANSIBLE-CORE V2.15.12
View this release on:

 * GitHub [https://github.com/ansible/ansible/releases/tag/v2.15.12]
 * PyPI [https://pypi.org/project/ansible-core/v2.15.12/]

CHANGELOG
See the full changelog
[https://github.com/ansible/ansible/blob/v2.15.12/changelogs/CHANGELOG-v2.15.rst]
 
for the changes included in this release.

RELEASE ARTIFACTS
 * Built Distribution: ansible_core-2.15.12-py3-none-any.whl
   
[https://files.pythonhosted.org/packages/0a/d1/67c54983566130e7c54231ff223a7e5fb0154de8ff998aaacb962a2fecef/ansible_core-2.15.12-py3-none-any.whl]
 
   - 2250977 bytes * 
  390edd603420122f7cb1c470d8d1f8bdbbd795a1844dd03c1917db21935aecb9 (SHA256)
   
   
 * Source Distribution: ansible_core-2.15.12.tar.gz
   
[https://files.pythonhosted.org/packages/a1/fc/e81a2e2a6e4247444fe632c8ffaff5c1bcc3adf85ae87d08158724f419fd/ansible_core-2.15.12.tar.gz]
 
   - 3171335 bytes * 
  5fde82cd3928d9857ad880782c644f27d3168b0f25321d5a8d6befa524aa1818 (SHA256)

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/38ba09f8-b015-d600-1688-4cb32f57a5e1%40redhat.com.


[ansible-devel] New Release: ansible-core v2.14.17

2024-05-20 Thread ansible-announcements
ANSIBLE-CORE V2.14.17
View this release on:

 * GitHub [https://github.com/ansible/ansible/releases/tag/v2.14.17]
 * PyPI [https://pypi.org/project/ansible-core/v2.14.17/]

CHANGELOG
See the full changelog
[https://github.com/ansible/ansible/blob/v2.14.17/changelogs/CHANGELOG-v2.14.rst]
 
for the changes included in this release.

RELEASE ARTIFACTS
 * Built Distribution: ansible_core-2.14.17-py3-none-any.whl
   
[https://files.pythonhosted.org/packages/16/4e/ec2f34e7b117809a2dd699ac9472680a0568e1a8841b8f45d889c9d386c9/ansible_core-2.14.17-py3-none-any.whl]
 
   - 2219040 bytes * 
  fefd600780a9fa40f7cdc432264d861731682db43255eb0ebb6e6b6ab6165b1e (SHA256)
   
   
 * Source Distribution: ansible_core-2.14.17.tar.gz
   
[https://files.pythonhosted.org/packages/0d/80/28d3320914500b6d7b83b8d3a8932ca0303bc38cec6ade1f6e93ed50227e/ansible_core-2.14.17.tar.gz]
 
   - 3148785 bytes * 
  9afec5ffd3bd762c258f4661e831e0930a4d99ae9d84844ddd7abf7da2c63114 (SHA256)

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/b277c03a-fdf2-d20a-efe3-1d0641ab0fa7%40redhat.com.


[ansible-devel] Vmotion specific disk using VMware modules

2024-05-20 Thread nitesh jindal
Hi All

Is there anyway to perform vmotion of specific disk using VMware modules?

I know we can use vmware_vmotion to move whole. But I am just looking to
move specific disk to different datastore?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CALY6NoOeCFfvnQ-27WWVV2jNB_efGyEZwt6SkPx6iBd6-QAt4A%40mail.gmail.com.


[ansible-devel] Release announcement: Ansible community package 10.0.0a3 (Pre-Release)

2024-05-14 Thread 'Felix Fontein' via Ansible Development
Hello everyone,

We're happy to announce the release of the Ansible 10.0.0a3 package pre-release!

Ansible 10.0.0a3 depends on ansible-core 2.17.0rc2 and includes a curated set 
of Ansible collections that provide a vast number of modules, plugins, and 
roles. This is a pre-release of Ansible 10.

How to get it
-

This pre-release is available on PyPI and can be installed with pip:

```console
python3 -m pip install ansible==10.0.0a3 --user
```

The sources for this release can be found here:

Release tarball:

https://files.pythonhosted.org/packages/b2/26/d86c014570c3bdc02603a1d7d4f6de8ebb88a06e357a29e3ef134bb13b81/ansible-10.0.0a3.tar.gz

SHA256:

b572238e30e6b7819a79cf78fa4bea75265639f5fd909e1dc2c5bdbd97f8977f

Wheel package:

https://files.pythonhosted.org/packages/9f/8e/23bc1343e2afd1ad74ebfde2027e5c65f4d741db030bfc5c5147301e77cb/ansible-10.0.0a3-py3-none-any.whl

SHA256:

8335b07e3c000e5793aad49c345adaf722349a48a032777ca722c4cecfeef6b8


Some important details
--

ansible-core is a separate package on which ansible depends. `pip install 
ansible` installs `ansible-core`, but it can also be installed independently of 
the ansible package.

Collections that have opted to join the Ansible 10 unified changelog will have 
an entry on this page:

https://github.com/ansible-community/ansible-build-data/blob/10.0.0a3/10/CHANGELOG-v10.md

For collections which have not opted-in to the unified changelog, you may find 
more information on

https://docs.ansible.com/ansible/latest/collections

or on the collection source repository. For example, the community.crypto 
collection is available at

https://docs.ansible.com/ansible/latest/collections/community/crypto/index.html

and you can find a link to the source repository under the “Repository 
(Sources)” button.

The changelog for ansible-core 2.17 installed by this release of Ansible 10 can 
be found here:

https://github.com/ansible/ansible/blob/v2.17/changelogs/CHANGELOG-v2.17.rst

What's the schedule for new Ansible releases after 10.0.0a3?


The next release roadmap can be found at

https://docs.ansible.com/ansible/devel/roadmap/ansible_roadmap_index.html

The Ansible community package release schedule follows the Ansible Core release 
schedule, including, for example, delays for holidays. This means Ansible 
releases happen every four weeks through most of the year, but release dates 
may be delayed when Ansible Core releases are.

Subscribe to the Bullhorn for all future release dates, announcements, and 
Ansible contributor community news.

Visit this link to subscribe: https://bit.ly/subscribe-bullhorn

You can find all past Bullhorn issues on the Ansible Community Forum at:

https://forum.ansible.com/c/news/bullhorn/17

Join the new Ansible Community Forum to follow along and participate in all the 
project and release related discussions and announcements. Feel free to share 
your thoughts, feedback, ideas and concerns there.

Register here to join the Ansible Forum:

https://forum.ansible.com

Porting Help


A unified porting guide for collections that have opted in is available here:

https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_10.html

Getting collection updates from Ansible 10 with older releases of ansible-core
--

Ansible 10 depends on ansible-core 2.17. Depending on your needs, you can get 
collection updates as they ship in the Ansible “batteries included” package 
while continuing to use older versions of ansible-core.

See the ansible-galaxy requirements file based on the collections from Ansible 
10 for this use case:

https://github.com/ansible-community/ansible-build-data/blob/10.0.0a3/10/galaxy-requirements.yaml

After you download the requirements file, you can install the collections by 
running the following command:

```console
ansible-galaxy collection install -r galaxy-requirements.yaml
```

On behalf of the Ansible community, thank you and happy automating!

Cheers,
Ansible Release Management Working Group


-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/20240514154023.0126779c%40rovaniemi.


[ansible-devel] New Prerelease: ansible-core v2.17.0rc2

2024-05-13 Thread ansible-announcements
ANSIBLE-CORE V2.17.0RC2
View this release on:

 * GitHub [https://github.com/ansible/ansible/releases/tag/v2.17.0rc2]
 * PyPI [https://pypi.org/project/ansible-core/v2.17.0rc2/]

CHANGELOG
See the full changelog
[https://github.com/ansible/ansible/blob/v2.17.0rc2/changelogs/CHANGELOG-v2.17.rst]
 
for the changes included in this release.

RELEASE ARTIFACTS
 * Built Distribution: ansible_core-2.17.0rc2-py3-none-any.whl
   
[https://files.pythonhosted.org/packages/5b/e2/211d623f2a32ab5e3761f87315a3dc2ee1f5f3fa62823e9d80f1f9324918/ansible_core-2.17.0rc2-py3-none-any.whl]
 
   - 2191697 bytes * 
  74790c03369bd85951aade5f64efe2c3750be84c70b24f27f79041af15c8a4df (SHA256)
   
   
 * Source Distribution: ansible_core-2.17.0rc2.tar.gz
   
[https://files.pythonhosted.org/packages/db/50/89493906e90732f2c96481a39432d925e98d09d69c543b2ded0991fa6aad/ansible_core-2.17.0rc2.tar.gz]
 
   - 3125500 bytes * 
  c37a81ffdcb244cbd4fd785f53c69bb3cda5acfe9abc3cbf70586af8d022544b (SHA256)

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/a23610c2-95d7-62b0-a69f-c024b8a330f6%40redhat.com.


[ansible-devel] New Prerelease: ansible-core v2.16.7rc1

2024-05-13 Thread ansible-announcements
ANSIBLE-CORE V2.16.7RC1
View this release on:

 * GitHub [https://github.com/ansible/ansible/releases/tag/v2.16.7rc1]
 * PyPI [https://pypi.org/project/ansible-core/v2.16.7rc1/]

CHANGELOG
See the full changelog
[https://github.com/ansible/ansible/blob/v2.16.7rc1/changelogs/CHANGELOG-v2.16.rst]
 
for the changes included in this release.

RELEASE ARTIFACTS
 * Built Distribution: ansible_core-2.16.7rc1-py3-none-any.whl
   
[https://files.pythonhosted.org/packages/54/5d/4e64ee59759827b8032147ade393f1d4c75e97631cd5cadd4724550fc5c5/ansible_core-2.16.7rc1-py3-none-any.whl]
 
   - 2250742 bytes * 
  b8ee3bca0524abae4e3d7a763fc82e745f2f071f43aabdb2affc574c5477164c (SHA256)
   
   
 * Source Distribution: ansible_core-2.16.7rc1.tar.gz
   
[https://files.pythonhosted.org/packages/ab/fc/cb5c8b6c6b084591a2b44d0fbad688901169e562be387ec2d7f5719ab40e/ansible_core-2.16.7rc1.tar.gz]
 
   - 3183343 bytes * 
  78d4499535fa377e81a5e4004a4efc81bdc90c8cdaba13912562bfa3a4b97581 (SHA256)

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/5e7bae63-6d36-4dc0-e0b6-7df41ed2898f%40redhat.com.


[ansible-devel] New Prerelease: ansible-core v2.15.12rc1

2024-05-13 Thread ansible-announcements
ANSIBLE-CORE V2.15.12RC1
View this release on:

 * GitHub [https://github.com/ansible/ansible/releases/tag/v2.15.12rc1]
 * PyPI [https://pypi.org/project/ansible-core/v2.15.12rc1/]

CHANGELOG
See the full changelog
[https://github.com/ansible/ansible/blob/v2.15.12rc1/changelogs/CHANGELOG-v2.15.rst]
 
for the changes included in this release.

RELEASE ARTIFACTS
 * Built Distribution: ansible_core-2.15.12rc1-py3-none-any.whl
   
[https://files.pythonhosted.org/packages/c7/d4/920fdfce452e10dc4b6f39e8991158ac1028b07f1e2bd6fa94dc2100/ansible_core-2.15.12rc1-py3-none-any.whl]
 
   - 2251032 bytes * 
  36c3d4323b3bb4826ab89bfdcea74f763813e5f480cb1c9eb23e8c0d93a68b89 (SHA256)
   
   
 * Source Distribution: ansible_core-2.15.12rc1.tar.gz
   
[https://files.pythonhosted.org/packages/95/1c/122d9b8eb6bf4fa5347087a6380997f911e4b6b0f11b33e62a4742486542/ansible_core-2.15.12rc1.tar.gz]
 
   - 3175087 bytes * 
  47f0410cc1af6a67b4f1faac56968f2c203bc284f7d9b87d56a18371b55aff54 (SHA256)

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/de025d24-3e05-f0a6-21b1-3fd95409002d%40redhat.com.


[ansible-devel] New Prerelease: ansible-core v2.14.17rc1

2024-05-13 Thread ansible-announcements
ANSIBLE-CORE V2.14.17RC1
View this release on:

 * GitHub [https://github.com/ansible/ansible/releases/tag/v2.14.17rc1]
 * PyPI [https://pypi.org/project/ansible-core/v2.14.17rc1/]

CHANGELOG
See the full changelog
[https://github.com/ansible/ansible/blob/v2.14.17rc1/changelogs/CHANGELOG-v2.14.rst]
 
for the changes included in this release.

RELEASE ARTIFACTS
 * Built Distribution: ansible_core-2.14.17rc1-py3-none-any.whl
   
[https://files.pythonhosted.org/packages/40/3e/c8751d0f8883675067b150baabb87448b4075e4f61fea40cca3ce64f0034/ansible_core-2.14.17rc1-py3-none-any.whl]
 
   - 2219090 bytes * 
  64b961ec5b6e5a6235f407e57cd7ef3809776ebca78405fc70bf47fd76e24d0a (SHA256)
   
   
 * Source Distribution: ansible_core-2.14.17rc1.tar.gz
   
[https://files.pythonhosted.org/packages/43/b1/3d64fa9c3a7eb1cad3dc9d103b564716586300b278bab54eb5ee2a52e535/ansible_core-2.14.17rc1.tar.gz]
 
   - 3153542 bytes * 
  4b56855d69caf95e6fc35c5af16a1e09ceaf5049968abbaec9fc7614c55178f2 (SHA256)

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/4c43215e-a36b-a33e-1b82-a7721e2ae6fe%40redhat.com.


[ansible-devel] Release announcement: Ansible community package 10.0.0a2 (Pre-Release)

2024-04-30 Thread 'Felix Fontein' via Ansible Development
Hello everyone,

We're happy to announce the release of the Ansible 10.0.0a2 package pre-release!

Ansible 10.0.0a2 depends on ansible-core 2.17.0rc1 and includes a curated set 
of Ansible collections that provide a vast number of modules, plugins, and 
roles. This is a pre-release of Ansible 10.

How to get it
-

This pre-release is available on PyPI and can be installed with pip:

```console
python3 -m pip install ansible==10.0.0a2 --user
```

The sources for this release can be found here:

Release tarball:

https://files.pythonhosted.org/packages/9c/ee/2f763bcfa2d184b29de1a1c1fdce83ee8b7f3a665292ac3237a9d7a3/ansible-10.0.0a2.tar.gz

SHA256:

52ea6280197d8232cefe6490d6d92db34ffd62059b8b12029033ccfbfb893c38

Wheel package:

https://files.pythonhosted.org/packages/1d/fa/a1e3e0db815e66fc6ef95a67e3f8787ec7e66a26a3f0ee1acbd3b88ac024/ansible-10.0.0a2-py3-none-any.whl

SHA256:

848fba58180590dd1efb7089cd735c191f06cc58871e19a379305e4bcd8395a4


Some important details
--

ansible-core is a separate package on which ansible depends. `pip install 
ansible` installs `ansible-core`, but it can also be installed independently of 
the ansible package.

Collections that have opted to join the Ansible 10 unified changelog will have 
an entry on this page:

https://github.com/ansible-community/ansible-build-data/blob/10.0.0a2/10/CHANGELOG-v10.md

For collections which have not opted-in to the unified changelog, you may find 
more information on

https://docs.ansible.com/ansible/latest/collections

or on the collection source repository. For example, the community.crypto 
collection is available at

https://docs.ansible.com/ansible/latest/collections/community/crypto/index.html

and you can find a link to the source repository under the “Repository 
(Sources)” button.

The changelog for ansible-core 2.17 installed by this release of Ansible 10 can 
be found here:

https://github.com/ansible/ansible/blob/v2.17/changelogs/CHANGELOG-v2.17.rst

What's the schedule for new Ansible releases after 10.0.0a2?


The next release roadmap can be found at

https://docs.ansible.com/ansible/devel/roadmap/ansible_roadmap_index.html

The Ansible community package release schedule follows the Ansible Core release 
schedule, including, for example, delays for holidays. This means Ansible 
releases happen every four weeks through most of the year, but release dates 
may be delayed when Ansible Core releases are.

Subscribe to the Bullhorn for all future release dates, announcements, and 
Ansible contributor community news.

Visit this link to subscribe: https://bit.ly/subscribe-bullhorn

You can find all past Bullhorn issues on the Ansible Community Forum at:

https://forum.ansible.com/c/news/bullhorn/17

Join the new Ansible Community Forum to follow along and participate in all the 
project and release related discussions and announcements. Feel free to share 
your thoughts, feedback, ideas and concerns there.

Register here to join the Ansible Forum:

https://forum.ansible.com

Porting Help


A unified porting guide for collections that have opted in is available here:

https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_10.html

Getting collection updates from Ansible 10 with older releases of ansible-core
--

Ansible 10 depends on ansible-core 2.17. Depending on your needs, you can get 
collection updates as they ship in the Ansible “batteries included” package 
while continuing to use older versions of ansible-core.

See the ansible-galaxy requirements file based on the collections from Ansible 
10 for this use case:

https://github.com/ansible-community/ansible-build-data/blob/10.0.0a2/10/galaxy-requirements.yaml

After you download the requirements file, you can install the collections by 
running the following command:

```console
ansible-galaxy collection install -r galaxy-requirements.yaml
```

On behalf of the Ansible community, thank you and happy automating!

Cheers,
Ansible Release Management Working Group


-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/20240430221415.425c3c40%40rovaniemi.


[ansible-devel] New Prerelease: ansible-core v2.17.0rc1

2024-04-29 Thread ansible-announcements
ANSIBLE-CORE V2.17.0RC1
View this release on:

 * GitHub [https://github.com/ansible/ansible/releases/tag/v2.17.0rc1]
 * PyPI [https://pypi.org/project/ansible-core/v2.17.0rc1/]

CHANGELOG
See the full changelog
[https://github.com/ansible/ansible/blob/v2.17.0rc1/changelogs/CHANGELOG-v2.17.rst]
 
for the changes included in this release.

RELEASE ARTIFACTS
 * Built Distribution: ansible_core-2.17.0rc1-py3-none-any.whl
   
[https://files.pythonhosted.org/packages/88/21/ae266e3b5a90d344f6dc7f448de6fbef1bede69bd5764c6d526a1bfe36de/ansible_core-2.17.0rc1-py3-none-any.whl]
 
   - ‍2191587 bytes * 
  eea0c6c299cb7c68618ff565a1b1a58c09452555b1ecbcce99a1f60c3669a98f (SHA256)
   
   
 * Source Distribution: ansible_core-2.17.0rc1.tar.gz
   
[https://files.pythonhosted.org/packages/ba/61/094d807a912410e2348f36141e6be1fb9300e3ec766c5c80549a2dfecfc0/ansible_core-2.17.0rc1.tar.gz]
 
   - ‍3124456 bytes * 
  ec103539e2cc30430c8ad239f81bacb818333bc7b3fd310237d39a5e0cbd5eed (SHA256)

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/af9d0635-ab81-7131-c4aa-63c0cccdd94e%40redhat.com.


[ansible-devel] Release announcement: Ansible community package 9.5.1

2024-04-24 Thread 'Felix Fontein' via Ansible Development
Hello everyone,

We're happy to announce the release of the Ansible 9.5.1 package!

Ansible 9.5.1 depends on ansible-core 2.16.6 and includes a curated set
of Ansible collections that provide a vast number of modules, plugins,
and roles.

How to get it
-

This release is available on PyPI and can be installed with pip:

```console
python3 -m pip install ansible==9.5.1 --user
```

The sources for this release can be found here:

Release tarball:

https://files.pythonhosted.org/packages/dd/d6/728e1423af98ee08f05a341792abb053b73c30a5a978fc3e0777a87037a4/ansible-9.5.1.tar.gz

SHA256:

3c278bc9642b97fc953b2ba05b99cd80801e75bf3567dfaa1cb5131fe0ec1ecd

Wheel package:

https://files.pythonhosted.org/packages/ac/40/a2c6f948559339e15f6c6fe4b793fb741a50f5ca6c9ba63b5d961029e269/ansible-9.5.1-py3-none-any.whl

SHA256:

aed2f4208a75836a27c13555ec5d8d942fe3b089a8b1fc44e8234fadd9e649fd


Some important details
--

Please note that this release replaces a mistakenly released 9.5.0 that
included a breaking change. The 9.5.0 release has been yanked from PyPI
and is not part of the official release history.

ansible-core is a separate package on which ansible depends. `pip
install ansible` installs `ansible-core`, but it can also be installed
independently of the ansible package.

Collections that have opted to join the Ansible 9 unified changelog
will have an entry on this page:

https://github.com/ansible-community/ansible-build-data/blob/9.5.1/9/CHANGELOG-v9.md

For collections which have not opted-in to the unified changelog, you
may find more information on

https://docs.ansible.com/ansible/latest/collections

or on the collection source repository. For example, the
community.crypto collection is available at

https://docs.ansible.com/ansible/latest/collections/community/crypto/index.html

and you can find a link to the source repository under the “Repository
(Sources)” button.

The changelog for ansible-core 2.16 installed by this release of
Ansible 9 can be found here:

https://github.com/ansible/ansible/blob/v2.16/changelogs/CHANGELOG-v2.16.rst

What's the schedule for new Ansible releases after 9.5.1?
-

The next release roadmap can be found at

https://docs.ansible.com/ansible/devel/roadmap/ansible_roadmap_index.html

The Ansible community package release schedule follows the Ansible Core
release schedule, including, for example, delays for holidays. This
means Ansible releases happen every four weeks through most of the
year, but release dates may be delayed when Ansible Core releases are.

Subscribe to the Bullhorn for all future release dates, announcements,
and Ansible contributor community news.

Visit this link to subscribe: https://bit.ly/subscribe-bullhorn

You can find all past Bullhorn issues on the Ansible Community Forum at:

https://forum.ansible.com/c/news/bullhorn/17

Join the new Ansible Community Forum to follow along and participate in
all the project and release related discussions and announcements. Feel
free to share your thoughts, feedback, ideas and concerns there.

Register here to join the Ansible Forum:

https://forum.ansible.com

Porting Help


A unified porting guide for collections that have opted in is available
here:

https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_9.html

Getting collection updates from Ansible 9 with older releases of
ansible-core
-

Ansible 9 depends on ansible-core 2.16. Depending on your needs, you
can get collection updates as they ship in the Ansible “batteries
included” package while continuing to use older versions of
ansible-core.

See the ansible-galaxy requirements file based on the collections from
Ansible 9 for this use case:

https://github.com/ansible-community/ansible-build-data/blob/9.5.1/9/galaxy-requirements.yaml

After you download the requirements file, you can install the
collections by running the following command:

```console
ansible-galaxy collection install -r galaxy-requirements.yaml
```

On behalf of the Ansible community, thank you and happy automating!

Cheers,
Ansible Release Management Working Group


-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/20240424082020.3ad42980%40rovaniemi.


[ansible-devel] New Release: ansible-core v2.15.11

2024-04-22 Thread ansible-announcements
ANSIBLE-CORE V2.15.11
View this release on:

 * GitHub [https://github.com/ansible/ansible/releases/tag/v2.15.11]
 * PyPI [https://pypi.org/project/ansible-core/v2.15.11/]

CHANGELOG
See the full changelog
[https://github.com/ansible/ansible/blob/v2.15.11/changelogs/CHANGELOG-v2.15.rst]
 
for the changes included in this release.

RELEASE ARTIFACTS
 * Built Distribution: ansible_core-2.15.11-py3-none-any.whl
   
[https://files.pythonhosted.org/packages/72/e8/85c0f15d84f912aa12b77d777cc2893ff527562404d98602af3376ee2b5d/ansible_core-2.15.11-py3-none-any.whl]
 
   - 2250723 bytes * 
  8368f64e6596f009ddf308eab8ac32ae1e2642ec5c0d4c03366e673de14f144c (SHA256)
   
   
 * Source Distribution: ansible_core-2.15.11.tar.gz
   
[https://files.pythonhosted.org/packages/bc/e8/34680ed379dbe6573de3fac8941f3a03de57ad69c6bd2fe3feaa98051c4d/ansible_core-2.15.11.tar.gz]
 
   - 3169655 bytes * 
  b7761454c923f63a3d1fcac97b14e378bcc9a8518c3dde07f3ec0988c4667a9d (SHA256)

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/1caf954d-d437-c71d-111d-7840cfa82e55%40redhat.com.


[ansible-devel] New Release: ansible-core v2.14.16

2024-04-22 Thread ansible-announcements
ANSIBLE-CORE V2.14.16
View this release on:

 * GitHub [https://github.com/ansible/ansible/releases/tag/v2.14.16]
 * PyPI [https://pypi.org/project/ansible-core/v2.14.16/]

CHANGELOG
See the full changelog
[https://github.com/ansible/ansible/blob/v2.14.16/changelogs/CHANGELOG-v2.14.rst]
 
for the changes included in this release.

RELEASE ARTIFACTS
 * Built Distribution: ansible_core-2.14.16-py3-none-any.whl
   
[https://files.pythonhosted.org/packages/43/bf/c83b1e497a7f850ee8624a87dff32dd32dce6ecbc5950b1e108c739a56db/ansible_core-2.14.16-py3-none-any.whl]
 
   - ‍2218968 bytes * 
  4e939b9a30ba4aa97284290171fa46d4c323c225c1cb6a2e8e751906b46de10c (SHA256)
   
   
 * Source Distribution: ansible_core-2.14.16.tar.gz
   
[https://files.pythonhosted.org/packages/15/b9/a3cd6ffb0787b80a0c7e0bc29a6f2d8719fa5a0c808e3a365c5ed4fad278/ansible_core-2.14.16.tar.gz]
 
   - ‍3148176 bytes * 
  ecfa54de804afa8478c4611565c439fee5d966f1a87710f589c6b075dcef921b (SHA256)

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/7c157281-c831-7ebd-e9df-e4ab6fdee1ba%40redhat.com.


[ansible-devel] New Prerelease: ansible-core v2.15.11rc1

2024-04-16 Thread ansible-announcements
ANSIBLE-CORE V2.15.11RC1
View this release on:

 * GitHub [https://github.com/ansible/ansible/releases/tag/v2.15.11rc1]
 * PyPI [https://pypi.org/project/ansible-core/v2.15.11rc1/]

CHANGELOG
See the full changelog
[https://github.com/ansible/ansible/blob/v2.15.11rc1/changelogs/CHANGELOG-v2.15.rst]
 
for the changes included in this release.

RELEASE ARTIFACTS
 * Built Distribution: ansible_core-2.15.11rc1-py3-none-any.whl
   
[https://files.pythonhosted.org/packages/64/83/23c3d38de219ab8d28aead025defafc931ba6cbde7f22898b838e6420d16/ansible_core-2.15.11rc1-py3-none-any.whl]
 
   - ‌2250775 bytes * 
  940329f4b3060422256dfb5b90ee18f1fe2f69d0e33362d84f67cfe67397b2df (SHA256)
   
   
 * Source Distribution: ansible_core-2.15.11rc1.tar.gz
   
[https://files.pythonhosted.org/packages/48/89/658aa24b114847f0ff2722baded6f97d96e70c4f756850f9b6208b3d27d3/ansible_core-2.15.11rc1.tar.gz]
 
   - ‌3173787 bytes * 
  6d0cc7bf9945d97472f4eaa1eb8ead6c9f017b6eb40d04bd19fefa77c36cae61 (SHA256)

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/b678c4cc-ad05-d772-6182-ae2f872e3086%40redhat.com.


[ansible-devel] New Prerelease: ansible-core v2.15.11rc1

2024-04-16 Thread ansible-announcements
ANSIBLE-CORE V2.15.11RC1
View this release on:

 * GitHub [https://github.com/ansible/ansible/releases/tag/v2.15.11rc1]
 * PyPI [https://pypi.org/project/ansible-core/v2.15.11rc1/]

CHANGELOG
See the full changelog
[https://github.com/ansible/ansible/blob/v2.15.11rc1/changelogs/CHANGELOG-v2.15.rst]
 
for the changes included in this release.

RELEASE ARTIFACTS
 * Built Distribution: ansible_core-2.15.11rc1-py3-none-any.whl
   
[https://files.pythonhosted.org/packages/64/83/23c3d38de219ab8d28aead025defafc931ba6cbde7f22898b838e6420d16/ansible_core-2.15.11rc1-py3-none-any.whl]
 
   - ‌2250775 bytes * 
  940329f4b3060422256dfb5b90ee18f1fe2f69d0e33362d84f67cfe67397b2df (SHA256)
   
   
 * Source Distribution: ansible_core-2.15.11rc1.tar.gz
   
[https://files.pythonhosted.org/packages/48/89/658aa24b114847f0ff2722baded6f97d96e70c4f756850f9b6208b3d27d3/ansible_core-2.15.11rc1.tar.gz]
 
   - ‌3173787 bytes * 
  6d0cc7bf9945d97472f4eaa1eb8ead6c9f017b6eb40d04bd19fefa77c36cae61 (SHA256)

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/19a421a3-08f4-6f05-72f6-d220e7453a50%40redhat.com.


[ansible-devel] New Prerelease: ansible-core v2.15.11rc1

2024-04-16 Thread ansible-announcements
ANSIBLE-CORE V2.15.11RC1
View this release on:

 * GitHub [https://github.com/ansible/ansible/releases/tag/v2.15.11rc1]
 * PyPI [https://pypi.org/project/ansible-core/v2.15.11rc1/]

CHANGELOG
See the full changelog
[https://github.com/ansible/ansible/blob/v2.15.11rc1/changelogs/CHANGELOG-v2.15.rst]
 
for the changes included in this release.

RELEASE ARTIFACTS
 * Built Distribution: ansible_core-2.15.11rc1-py3-none-any.whl
   
[https://files.pythonhosted.org/packages/64/83/23c3d38de219ab8d28aead025defafc931ba6cbde7f22898b838e6420d16/ansible_core-2.15.11rc1-py3-none-any.whl]
 
   - 2250775 bytes * 
  940329f4b3060422256dfb5b90ee18f1fe2f69d0e33362d84f67cfe67397b2df (SHA256)
   
   
 * Source Distribution: ansible_core-2.15.11rc1.tar.gz
   
[https://files.pythonhosted.org/packages/48/89/658aa24b114847f0ff2722baded6f97d96e70c4f756850f9b6208b3d27d3/ansible_core-2.15.11rc1.tar.gz]
 
   - 3173787
   
[https://github.com/ansible/ansible/commit/31737877ad8c5f493f2a452527156eee99fb39b4]
 
   bytes * 6d0cc7bf9945d97472f4eaa1eb8ead6c9f017b6eb40d04bd19fefa77c36cae61
  (SHA256)

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/7a3ee72a-98c7-93c9-1e67-87bee7532dbe%40redhat.com.


[ansible-devel] New Prerelease: ansible-core v2.14.16rc1

2024-04-16 Thread ansible-announcements
ANSIBLE-CORE V2.14.16RC1
View this release on:

 * GitHub [https://github.com/ansible/ansible/releases/tag/v2.14.16rc1]
 * PyPI [https://pypi.org/project/ansible-core/v2.14.16rc1/]

CHANGELOG
See the full changelog
[https://github.com/ansible/ansible/blob/v2.14.16rc1/changelogs/CHANGELOG-v2.14.rst]
 
for the changes included in this release.

RELEASE ARTIFACTS
 * Built Distribution: ansible_core-2.14.16rc1-py3-none-any.whl
   
[https://files.pythonhosted.org/packages/aa/8c/fcd058e7b720d3fd4712aed2445b5ba56926a4ce508c3afd34b4c2160a26/ansible_core-2.14.16rc1-py3-none-any.whl]
 
   - 2219016 bytes * 
  d4ce84e29098acaa291cc5b54b0f6d8d6bcee4543c66d8a9480ebf2f09fd81ea (SHA256)
   
   
 * Source Distribution: ansible_core-2.14.16rc1.tar.gz
   
[https://files.pythonhosted.org/packages/c2/47/7ede035c966859184b8eab231bef431e7c5927dd425aa6485ac83aaa37c6/ansible_core-2.14.16rc1.tar.gz]
 
   - 3152551 bytes * 
  c69384ba31fdf97126991b2031cd3f42fe6bce10b458d1b0abfd542ce7f009ca (SHA256)

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/57cbb7e1-6dc0-5ad9-39b1-b764071806ac%40redhat.com.


[ansible-devel] New Release: ansible-core v2.16.6

2024-04-16 Thread ansible-announcements
ANSIBLE-CORE V2.16.6
View this release on:

 * GitHub [https://github.com/ansible/ansible/releases/tag/v2.16.6]
 * PyPI [https://pypi.org/project/ansible-core/v2.16.6/]

CHANGELOG
See the full changelog
[https://github.com/ansible/ansible/blob/v2.16.6/changelogs/CHANGELOG-v2.16.rst]
 
for the changes included in this release.

RELEASE ARTIFACTS
 * Built Distribution: ansible_core-2.16.6-py3-none-any.whl
   
[https://files.pythonhosted.org/packages/b9/1f/8d26d00ab0ae6c5af065b727f347931748005dd7737c14c6a37b2d8d34a4/ansible_core-2.16.6-py3-none-any.whl]
 
   - 2251766 bytes * 
  f9dea5044a86fd95cc27099f4f5c3ae9beb23acf7c3b6331455726c47825922b (SHA256)
   
   
 * Source Distribution: ansible_core-2.16.6.tar.gz
   
[https://files.pythonhosted.org/packages/0c/65/d28ed46f5daeb2ed37f9b55631cac7070d7a39f72b6d25cb99a5d8068827/ansible_core-2.16.6.tar.gz]
 
   - 3176041 bytes * 
  111e55d358c2297ec0ce03ba98e6c5ce95947fdf50d878215eb8c183d0c275e4 (SHA256)

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/dbe7b929-1430-a5c1-efbd-93a5339f0736%40redhat.com.


[ansible-devel] New Release: ansible-core v2.16.6

2024-04-16 Thread ansible-announcements
ANSIBLE-CORE V2.16.6
View this release on:

 * GitHub [https://github.com/ansible/ansible/releases/tag/v2.16.6]
 * PyPI [https://pypi.org/project/ansible-core/v2.16.6/]

CHANGELOG
See the full changelog
[https://github.com/ansible/ansible/blob/v2.16.6/changelogs/CHANGELOG-v2.16.rst]
 
for the changes included in this release.

RELEASE ARTIFACTS
 * Built Distribution: ansible_core-2.16.6-py3-none-any.whl
   
[https://files.pythonhosted.org/packages/b9/1f/8d26d00ab0ae6c5af065b727f347931748005dd7737c14c6a37b2d8d34a4/ansible_core-2.16.6-py3-none-any.whl]
 
   - 2251766 bytes * 
  f9dea5044a86fd95cc27099f4f5c3ae9beb23acf7c3b6331455726c47825922b (SHA256)
   
   
 * Source Distribution: ansible_core-2.16.6.tar.gz
   
[https://files.pythonhosted.org/packages/0c/65/d28ed46f5daeb2ed37f9b55631cac7070d7a39f72b6d25cb99a5d8068827/ansible_core-2.16.6.tar.gz]
 
   - 3176041 bytes * 
  111e55d358c2297ec0ce03ba98e6c5ce95947fdf50d878215eb8c183d0c275e4 (SHA256)

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/7a2bbd91-cd95-7152-ad53-5d1de1575157%40redhat.com.


[ansible-devel] New Release: ansible-core v2.16.6

2024-04-16 Thread ansible-announcements
ANSIBLE-CORE V2.16.6
View this release on:

 * GitHub [https://github.com/ansible/ansible/releases/tag/v2.16.6]
 * PyPI [https://pypi.org/project/ansible-core/v2.16.6/]

CHANGELOG
See the full changelog
[https://github.com/ansible/ansible/blob/v2.16.6/changelogs/CHANGELOG-v2.16.rst]
 
for the changes included in this release.

RELEASE ARTIFACTS
 * Built Distribution: ansible_core-2.16.6-py3-none-any.whl
   
[https://files.pythonhosted.org/packages/b9/1f/8d26d00ab0ae6c5af065b727f347931748005dd7737c14c6a37b2d8d34a4/ansible_core-2.16.6-py3-none-any.whl]
 
   - 2251766 bytes * 
  f9dea5044a86fd95cc27099f4f5c3ae9beb23acf7c3b6331455726c47825922b (SHA256)
   
   
 * Source Distribution: ansible_core-2.16.6.tar.gz
   
[https://files.pythonhosted.org/packages/0c/65/d28ed46f5daeb2ed37f9b55631cac7070d7a39f72b6d25cb99a5d8068827/ansible_core-2.16.6.tar.gz]
 
   - 3176041 bytes * 
  111e55d358c2297ec0ce03ba98e6c5ce95947fdf50d878215eb8c183d0c275e4 (SHA256)

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/feb98b7c-d406-5aaf-68cc-97340f5607e7%40redhat.com.


[ansible-devel] New Release: ansible-core v2.16.6

2024-04-16 Thread ansible-announcements
ANSIBLE-CORE V2.16.6
View this release on:

 * GitHub [https://github.com/ansible/ansible/releases/tag/v2.16.6]
 * PyPI [https://pypi.org/project/ansible-core/v2.16.6/]

CHANGELOG
See the full changelog
[https://github.com/ansible/ansible/blob/v2.16.6/changelogs/CHANGELOG-v2.16.rst]
 
for the changes included in this release.

RELEASE ARTIFACTS
 * Built Distribution: ansible_core-2.16.6-py3-none-any.whl
   
[https://files.pythonhosted.org/packages/b9/1f/8d26d00ab0ae6c5af065b727f347931748005dd7737c14c6a37b2d8d34a4/ansible_core-2.16.6-py3-none-any.whl]
 
   - 2251766 bytes * 
  f9dea5044a86fd95cc27099f4f5c3ae9beb23acf7c3b6331455726c47825922b (SHA256)
   
   
 * Source Distribution: ansible_core-2.16.6.tar.gz
   
[https://files.pythonhosted.org/packages/0c/65/d28ed46f5daeb2ed37f9b55631cac7070d7a39f72b6d25cb99a5d8068827/ansible_core-2.16.6.tar.gz]
 
   - 3176041 bytes * 
  111e55d358c2297ec0ce03ba98e6c5ce95947fdf50d878215eb8c183d0c275e4 (SHA256)

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/81c3f753-6fe5-8445-28e0-96fe4e2c657e%40redhat.com.


[ansible-devel] New Release: ansible-core v2.16.6

2024-04-16 Thread ansible-announcements
ANSIBLE-CORE V2.16.6
View this release on:

 * GitHub [https://github.com/ansible/ansible/releases/tag/v2.16.6]
 * PyPI [https://pypi.org/project/ansible-core/v2.16.6/]

CHANGELOG
See the full changelog
[https://github.com/ansible/ansible/blob/v2.16.6/changelogs/CHANGELOG-v2.16.rst]
 
for the changes included in this release.

RELEASE ARTIFACTS
 * Built Distribution: ansible_core-2.16.6-py3-none-any.whl
   
[https://files.pythonhosted.org/packages/b9/1f/8d26d00ab0ae6c5af065b727f347931748005dd7737c14c6a37b2d8d34a4/ansible_core-2.16.6-py3-none-any.whl]
 
   - 2251766 bytes * 
  f9dea5044a86fd95cc27099f4f5c3ae9beb23acf7c3b6331455726c47825922b (SHA256)
   
   
 * Source Distribution: ansible_core-2.16.6.tar.gz
   
[https://files.pythonhosted.org/packages/0c/65/d28ed46f5daeb2ed37f9b55631cac7070d7a39f72b6d25cb99a5d8068827/ansible_core-2.16.6.tar.gz]
 
   - 3176041 bytes * 
  111e55d358c2297ec0ce03ba98e6c5ce95947fdf50d878215eb8c183d0c275e4 (SHA256)

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/0f73a4bc-24d6-54d3-d9fd-8ced3582194f%40redhat.com.


[ansible-devel] Release announcement: Ansible community package 10.0.0a1 (Pre-Release)

2024-04-09 Thread 'Felix Fontein' via Ansible Development
Hello everyone,

We're happy to announce the release of the Ansible 10.0.0a1 package pre-release!

Ansible 10.0.0a1 depends on ansible-core 2.17.0b1 and includes a curated set of 
Ansible collections that provide a vast number of modules, plugins, and roles. 
This is a pre-release of Ansible 10.

How to get it
-

This pre-release is available on PyPI and can be installed with pip:

```console
python3 -m pip install ansible==10.0.0a1 --user
```

The sources for this release can be found here:

Release tarball:

https://files.pythonhosted.org/packages/8e/f7/e7ed5d7a92184663db1d707d10a20c5533d81b6cddba70df01735c216792/ansible-10.0.0a1.tar.gz

SHA256:

065957ae8ccafe833a8de6b2667ceb1f0a46cc55d1c5bffc65884735809c46a9

Wheel package:

https://files.pythonhosted.org/packages/8c/40/f85245e694800fa530998a1854c46f324fb7e5647541a7128f64916c/ansible-10.0.0a1-py3-none-any.whl

SHA256:

17ab148cf0e387d98287212154589f317cafc06cc5152658d793aabf6d275317


Some important details
--

ansible-core is a separate package on which ansible depends. `pip install 
ansible` installs `ansible-core`, but it can also be installed independently of 
the ansible package.

Collections that have opted to join the Ansible 10 unified changelog will have 
an entry on this page:

https://github.com/ansible-community/ansible-build-data/blob/10.0.0a1/10/CHANGELOG-v10.md

For collections which have not opted-in to the unified changelog, you may find 
more information on

https://docs.ansible.com/ansible/latest/collections

or on the collection source repository. For example, the community.crypto 
collection is available at

https://docs.ansible.com/ansible/latest/collections/community/crypto/index.html

and you can find a link to the source repository under the “Repository 
(Sources)” button.

The changelog for ansible-core 2.17 installed by this release of Ansible 10 can 
be found here:

https://github.com/ansible/ansible/blob/v2.17/changelogs/CHANGELOG-v2.17.rst

What's the schedule for new Ansible releases after 10.0.0a1?


The next release roadmap can be found at

https://docs.ansible.com/ansible/devel/roadmap/ansible_roadmap_index.html

The Ansible community package release schedule follows the Ansible Core release 
schedule, including, for example, delays for holidays. This means Ansible 
releases happen every four weeks through most of the year, but release dates 
may be delayed when Ansible Core releases are.

Subscribe to the Bullhorn for all future release dates, announcements, and 
Ansible contributor community news.

Visit this link to subscribe: https://bit.ly/subscribe-bullhorn

You can find all past Bullhorn issues on the Ansible Community Forum at:

https://forum.ansible.com/c/news/bullhorn/17

Join the new Ansible Community Forum to follow along and participate in all the 
project and release related discussions and announcements. Feel free to share 
your thoughts, feedback, ideas and concerns there.

Register here to join the Ansible Forum:

https://forum.ansible.com

Porting Help


A unified porting guide for collections that have opted in is available here:

https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_10.html

Getting collection updates from Ansible 10 with older releases of ansible-core
--

Ansible 10 depends on ansible-core 2.17. Depending on your needs, you can get 
collection updates as they ship in the Ansible “batteries included” package 
while continuing to use older versions of ansible-core.

See the ansible-galaxy requirements file based on the collections from Ansible 
10 for this use case:

https://github.com/ansible-community/ansible-build-data/blob/10.0.0a1/10/galaxy-requirements.yaml

After you download the requirements file, you can install the collections by 
running the following command:

```console
ansible-galaxy collection install -r galaxy-requirements.yaml
```

On behalf of the Ansible community, thank you and happy automating!

Cheers,
Ansible Release Management Working Group


-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/20240409173055.70fe220d%40rovaniemi.


[ansible-devel] New Prerelease: ansible-core v2.17.0b1

2024-04-08 Thread ansible-announcements
ANSIBLE-CORE V2.17.0B1
View this release on:

 * GitHub [https://github.com/ansible/ansible/releases/tag/v2.17.0b1]
 * PyPI [https://pypi.org/project/ansible-core/v2.17.0b1/]

CHANGELOG
See the full changelog
[https://github.com/ansible/ansible/blob/v2.17.0b1/changelogs/CHANGELOG-v2.17.rst]
 
for the changes included in this release.

RELEASE ARTIFACTS
 * Built Distribution: ansible_core-2.17.0b1-py3-none-any.whl
   
[https://files.pythonhosted.org/packages/fa/2b/2c05ef8dae3c55fa5800b996f3416ecdfe984150fa97a6f639bb88bfddf0/ansible_core-2.17.0b1-py3-none-any.whl]
 
   - 2191438 bytes * 
  84b19066deb05b0a90ffe8943e0ffc5cbab1ce629598b0047a0af1cfb772315e (SHA256)
   
   
 * Source Distribution: ansible-core-2.17.0b1.tar.gz
   
[https://files.pythonhosted.org/packages/f7/c1/be7cf6b84dbc19f51fa4b4068c784eb29cac3d475ece8b5d4ddef86ac435/ansible-core-2.17.0b1.tar.gz]
 
   - 3121051 bytes * 
  8c6a309aa2663b487a30e608d5d4ba6540c269f63dcd8f4c807b8192cd6d7185 (SHA256)

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/56938328-7b4c-956c-3c7d-35a624069aca%40redhat.com.


[ansible-devel] Release announcement: Ansible community package 9.4.0

2024-03-27 Thread 'Felix Fontein' via Ansible Development
Hello everyone,

We're happy to announce the release of the Ansible 9.4.0 package!

Ansible 9.4.0 depends on ansible-core 2.16.5 and includes a curated set of 
Ansible collections that provide a vast number of modules, plugins, and roles.

How to get it
-

This release is available on PyPI and can be installed with pip:

```console
python3 -m pip install ansible==9.4.0 --user
```

The sources for this release can be found here:

Release tarball:

https://files.pythonhosted.org/packages/03/ea/c1e9206d237237daf1fe48f3931641d87f510a3971a8015e5711b220237c/ansible-9.4.0.tar.gz

SHA256:

dd431c63380e18c3faca3288ebde8ce2f4f992363ab558a3c11c8f2032d90867

Wheel package:

https://files.pythonhosted.org/packages/22/2a/3d251fb613e0f6a6bac5d6795bf0a34f4397b1908813bc216e483a6e3b4c/ansible-9.4.0-py3-none-any.whl

SHA256:

f1d67a2c21dbed3fee4fe579f750e5d20b5a5f13f4399f256a8a70f0505e62f7


Some important details
--

ansible-core is a separate package on which ansible depends. `pip install 
ansible` installs `ansible-core`, but it can also be installed independently of 
the ansible package.

Collections that have opted to join the Ansible 9 unified changelog will have 
an entry on this page:

https://github.com/ansible-community/ansible-build-data/blob/9.4.0/9/CHANGELOG-v9.md

For collections which have not opted-in to the unified changelog, you may find 
more information on

https://docs.ansible.com/ansible/latest/collections

or on the collection source repository. For example, the community.crypto 
collection is available at

https://docs.ansible.com/ansible/latest/collections/community/crypto/index.html

and you can find a link to the source repository under the “Repository 
(Sources)” button.

The changelog for ansible-core 2.16 installed by this release of Ansible 9 can 
be found here:

https://github.com/ansible/ansible/blob/v2.16/changelogs/CHANGELOG-v2.16.rst

What's the schedule for new Ansible releases after 9.4.0?
-

The next release roadmap can be found at

https://docs.ansible.com/ansible/devel/roadmap/ansible_roadmap_index.html

The Ansible community package release schedule follows the Ansible Core release 
schedule, including, for example, delays for holidays. This means Ansible 
releases happen every four weeks through most of the year, but release dates 
may be delayed when Ansible Core releases are.

Subscribe to the Bullhorn for all future release dates, announcements, and 
Ansible contributor community news.

Visit this link to subscribe: https://bit.ly/subscribe-bullhorn

You can find all past Bullhorn issues on the Ansible Community Forum at:

https://forum.ansible.com/c/news/bullhorn/17

Join the new Ansible Community Forum to follow along and participate in all the 
project and release related discussions and announcements. Feel free to share 
your thoughts, feedback, ideas and concerns there.

Register here to join the Ansible Forum:

https://forum.ansible.com

Porting Help


A unified porting guide for collections that have opted in is available here:

https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_9.html

Getting collection updates from Ansible 9 with older releases of ansible-core
-

Ansible 9 depends on ansible-core 2.16. Depending on your needs, you can get 
collection updates as they ship in the Ansible “batteries included” package 
while continuing to use older versions of ansible-core.

See the ansible-galaxy requirements file based on the collections from Ansible 
9 for this use case:

https://github.com/ansible-community/ansible-build-data/blob/9.4.0/9/galaxy-requirements.yaml

After you download the requirements file, you can install the collections by 
running the following command:

```console
ansible-galaxy collection install -r galaxy-requirements.yaml
```

On behalf of the Ansible community, thank you and happy automating!

Cheers,
Ansible Release Management Working Group



-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/20240327175905.4b2f7771%40rovaniemi.


[ansible-devel] New Release: ansible-core v2.16.5

2024-03-25 Thread ansible-announcements
ANSIBLE-CORE V2.16.5
View this release on:

 * GitHub [https://github.com/ansible/ansible/releases/tag/v2.16.5]
 * PyPI [https://pypi.org/project/ansible-core/v2.16.5/]

CHANGELOG
See the full changelog
[https://github.com/ansible/ansible/blob/v2.16.5/changelogs/CHANGELOG-v2.16.rst]
 
for the changes included in this release.

RELEASE ARTIFACTS
 * Built Distribution: ansible_core-2.16.5-py3-none-any.whl
   
[https://files.pythonhosted.org/packages/17/90/0849d3708805372d117ab84d1f8282295ee9968138935ef6a863085d4f7e/ansible_core-2.16.5-py3-none-any.whl]
 
   - 2251186 bytes * 
  371b0bb11d109a58982684307c18cc44ff8d408b1b3350c0c5c78d9f096ee1f1 (SHA256)
   
   
 * Source Distribution: ansible-core-2.16.5.tar.gz
   
[https://files.pythonhosted.org/packages/d0/49/ef4490d316d74a4f38dde04d9f29d1a3f7c67ba33f53a96612d8e7e56051/ansible-core-2.16.5.tar.gz]
 
   - 3171617 bytes * 
  cdd29b0ec3f20c35657355a2f6a9c1d0cf1131da99cc9a4a3401801b0ab36d6d (SHA256)

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/bfa722d6-3b96-10da-f576-6d9961863fc5%40redhat.com.


[ansible-devel] New Release: ansible-core v2.15.10

2024-03-25 Thread ansible-announcements
ANSIBLE-CORE V2.15.10
View this release on:

 * GitHub [https://github.com/ansible/ansible/releases/tag/v2.15.10]
 * PyPI [https://pypi.org/project/ansible-core/v2.15.10/]

CHANGELOG
See the full changelog
[https://github.com/ansible/ansible/blob/v2.15.10/changelogs/CHANGELOG-v2.15.rst]
 
for the changes included in this release.

RELEASE ARTIFACTS
 * Built Distribution: ansible_core-2.15.10-py3-none-any.whl
   
[https://files.pythonhosted.org/packages/9b/4c/701bc80ad61721b64ec2549a2a0c509571295cafb959f5558ba46971117d/ansible_core-2.15.10-py3-none-any.whl]
 
   - 2250392 bytes * 
  42e49f1a6d8cf6cccde775c06c1394885353b71ad9e5f670c6f32d2890127ce8 (SHA256)
   
   
 * Source Distribution: ansible-core-2.15.10.tar.gz
   
[https://files.pythonhosted.org/packages/08/71/f5880f6b87c05079f78238bdb222ab9e8e2189281e1310544deb40382e6d/ansible-core-2.15.10.tar.gz]
 
   - 3168161 bytes * 
  954dbe8e4e802a4dd5df0366193975b692a05806aa8d7358418a7e617346b20f (SHA256)

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/bbf3574f-6c57-b83b-701b-144d467aa6fa%40redhat.com.


[ansible-devel] New Release: ansible-core v2.14.15

2024-03-25 Thread ansible-announcements
ANSIBLE-CORE V2.14.15
View this release on:

 * GitHub [https://github.com/ansible/ansible/releases/tag/v2.14.15]
 * PyPI [https://pypi.org/project/ansible-core/v2.14.15/]

CHANGELOG
See the full changelog
[https://github.com/ansible/ansible/blob/v2.14.15/changelogs/CHANGELOG-v2.14.rst]
 
for the changes included in this release.

RELEASE ARTIFACTS
 * Built Distribution: ansible_core-2.14.15-py3-none-any.whl
   
[https://files.pythonhosted.org/packages/7c/36/3611e6fb73a1b0b5051556aa3fd3f47d4617d0afa1c15c76d14c14666598/ansible_core-2.14.15-py3-none-any.whl]
 
   - 2218725 bytes * 
  bbd58ab13d9124e19a1c415667883104fd36d7688593f4f22b4b7d2ea1dcfa67 (SHA256)
   
   
 * Source Distribution: ansible-core-2.14.15.tar.gz
   
[https://files.pythonhosted.org/packages/fb/3c/a9b8fd97e393406c651d3b12571ab2e43b227709cbc6b57d4c9b55e7f0f5/ansible-core-2.14.15.tar.gz]
 
   - 3147659 bytes * 
  f987222edf3ac1d1a7ca1356e9f4818fbe9222c13681436ebc19fdf9af994e9d (SHA256)

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/9b45da9b-9179-8384-f5fd-eaf9c1b02352%40redhat.com.


[ansible-devel] New Prerelease: ansible-core v2.16.5rc1

2024-03-18 Thread ansible-announcements
ANSIBLE-CORE V2.16.5RC1
View this release on:

 * GitHub [https://github.com/ansible/ansible/releases/tag/v2.16.5rc1]
 * PyPI [https://pypi.org/project/ansible-core/v2.16.5rc1/]

CHANGELOG
See the full changelog
[https://github.com/ansible/ansible/blob/v2.16.5rc1/changelogs/CHANGELOG-v2.16.rst]
 
for the changes included in this release.

RELEASE ARTIFACTS
 * Built Distribution: ansible_core-2.16.5rc1-py3-none-any.whl
   
[https://files.pythonhosted.org/packages/38/51/5c82deb9e1c524e03cd8be2eb4e396224412a5c547df59c686b74e77a69b/ansible_core-2.16.5rc1-py3-none-any.whl]
 
   - 2251159 bytes * 
  43a749922b4c1a2fb75a9e6bb5a065c36d8e1b207a4074b60cd0f92f76ee926a (SHA256)
   
   
 * Source Distribution: ansible-core-2.16.5rc1.tar.gz
   
[https://files.pythonhosted.org/packages/c9/05/bd19e95e4daa1314b6f77db57d3c834c28dbe3e6737ea0d54b11f13a0abe/ansible-core-2.16.5rc1.tar.gz]
 
   - 3176833 bytes * 
  4f3e3d2ac3a8212fbd13069272f14eae601a903ef594b7ec673f72ac56a777e9 (SHA256)

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/4a666c79-6f8f-8166-45fd-44e2c5a139a9%40redhat.com.


[ansible-devel] New Prerelease: ansible-core v2.15.10rc1

2024-03-18 Thread ansible-announcements
ANSIBLE-CORE V2.15.10RC1
View this release on:

 * GitHub [https://github.com/ansible/ansible/releases/tag/v2.15.10rc1]
 * PyPI [https://pypi.org/project/ansible-core/v2.15.10rc1/]

CHANGELOG
See the full changelog
[https://github.com/ansible/ansible/blob/v2.15.10rc1/changelogs/CHANGELOG-v2.15.rst]
 
for the changes included in this release.

RELEASE ARTIFACTS
 * Built Distribution: ansible_core-2.15.10rc1-py3-none-any.whl
   
[https://files.pythonhosted.org/packages/d9/41/267325cb7c1daf127439239354ce0fb937f49c4e1682a3a35cf58cbb714a/ansible_core-2.15.10rc1-py3-none-any.whl]
 
   - 2250368 bytes * 
  37c5c44acf4569bf1bb9b76677714d12c9f8b563d79e8abcd4fac008a46d555b (SHA256)
   
   
 * Source Distribution: ansible-core-2.15.10rc1.tar.gz
   
[https://files.pythonhosted.org/packages/e5/3c/0a658db5f17be8409099eafc9672ad525884d861253faec4b1fd61f421ef/ansible-core-2.15.10rc1.tar.gz]
 
   - 3172440 bytes * 
  dbd654d84f92292a5ff277cb7c63cbce9aafedecd13438fa51dca0ccc7a640a9 (SHA256)

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/17739b9f-214a-6729-5b48-147a117aeddc%40redhat.com.


[ansible-devel] New Prerelease: ansible-core v2.14.15rc1

2024-03-18 Thread ansible-announcements
ANSIBLE-CORE V2.14.15RC1
View this release on:

 * GitHub [https://github.com/ansible/ansible/releases/tag/v2.14.15rc1]
 * PyPI [https://pypi.org/project/ansible-core/v2.14.15rc1/]

CHANGELOG
See the full changelog
[https://github.com/ansible/ansible/blob/v2.14.15rc1/changelogs/CHANGELOG-v2.14.rst]
 
for the changes included in this release.

RELEASE ARTIFACTS
 * Built Distribution: ansible_core-2.14.15rc1-py3-none-any.whl
   
[https://files.pythonhosted.org/packages/ba/c0/8ce05765aab2e2c05ddcfcbbb226d26cc6810c453f6c1101c22b6753d3ae/ansible_core-2.14.15rc1-py3-none-any.whl]
 
   - 2218699 bytes * 
  7f6097ac88dd6ce9f5ed8cb96a541ba1ee378efde6ef3e1f8b8accff14253416 (SHA256)
   
   
 * Source Distribution: ansible-core-2.14.15rc1.tar.gz
   
[https://files.pythonhosted.org/packages/49/c3/fb99d001a947fe67c5a145e12eeae0158deb8d6c003b49d4109045ac8944/ansible-core-2.14.15rc1.tar.gz]
 
   - 3151713 bytes * 
  ed9dfd26d3c573cf5fd54a44738f3bb83336213dd48599cd9bb0de4b38274413 (SHA256)

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/6b62e011-69f5-a6ef-b34d-a090f207e66e%40redhat.com.


[ansible-devel] Re: [ansible/ansible] Add /opt/bin/python to python fallback list (PR #82821)

2024-03-14 Thread Max Gautier


>* You can configure this option yourself using the variable 
>`ansible_interpreter_python_fallback` so it's not something we plan on adding 
>to the defaults
>

I know about that. Unfortunately, when developing a playbooks which itself has 
users (kubespray, as mentioned above),  we're trying to preserve the 
possibility for users to themselves override variables, and group_vars is 
pretty low on the precedence list [1], so pretty much everything we'll do at 
the playbook role level will prevent users to set the variable in a fine 
grained manner (extra vars works, but it does not have hosts granularity).

I'd would use role defaults, but I can't just add to the default value then, I 
have to replace it (since it's lazy it does not handle self reference, right ?)



[1] : 
https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_variables.html#id42

>Because this project is very active, we're unlikely to see comments made on 
>closed tickets and we lock them after some time.

Cc'ing the ansible-devel list then. (Not sure why that's more visible.

Link to the PR for list readers : https://github.com/ansible/ansible/pull/82821

-- 
Max Gautier 

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/186203E3-B237-4B6C-A6B1-C57DC92D9C60%40max.gautier.name.


[ansible-devel] Release announcement: Ansible community package 9.3.0

2024-02-27 Thread Maxwell G

Hello everyone,

We're happy to announce the release of the Ansible 9.3.0 package!

Ansible 9.3.0 depends on ansible-core 2.16.4 and includes a curated set 
of Ansible collections that provide a vast number of modules, plugins, 
and roles.


How to get it
-

This release is available on PyPI and can be installed with pip:

```console
python3 -m pip install ansible==9.3.0 --user
```

The sources for this release can be found here:

Release tarball:

https://files.pythonhosted.org/packages/8a/de/a0a57da24b922bcc2340acbe6c9300e35a6fe132e3e6945333810732cc9c/ansible-9.3.0.tar.gz

SHA256:

7f4ea0e4d065538879b3e11e81e85eed4d802d1940f6564ad950e9d11a31b03c

Wheel package:

https://files.pythonhosted.org/packages/b9/39/7a6f7698f2af3393600653200543ba41e67edaa10b4efe729815031cc850/ansible-9.3.0-py3-none-any.whl

SHA256:

471993dd239611b4b6134e46911612f85639035f10d82b6c888528b5ffb3b16a


Some important details
--

ansible-core is a separate package on which ansible depends. `pip 
install ansible` installs `ansible-core`, but it can also be installed 
independently of the ansible package.


Collections that have opted to join the Ansible 9 unified changelog will 
have an entry on this page:


https://github.com/ansible-community/ansible-build-data/blob/9.3.0/9/CHANGELOG-v9.md

For collections which have not opted-in to the unified changelog, you 
may find more information on


https://docs.ansible.com/ansible/latest/collections

or on the collection source repository. For example, the 
community.crypto collection is available at


https://docs.ansible.com/ansible/latest/collections/community/crypto/index.html

and you can find a link to the source repository under the “Repository 
(Sources)” button.


The changelog for ansible-core 2.16 installed by this release of Ansible 
9 can be found here:


https://github.com/ansible/ansible/blob/v2.16/changelogs/CHANGELOG-v2.16.rst

What's the schedule for new Ansible releases after 9.3.0?
-

The next release roadmap can be found at

https://docs.ansible.com/ansible/devel/roadmap/ansible_roadmap_index.html

The Ansible community package release schedule follows the Ansible Core 
release schedule, including, for example, delays for holidays. This 
means Ansible releases happen every four weeks through most of the year, 
but release dates may be delayed when Ansible Core releases are.


Subscribe to the Bullhorn for all future release dates, announcements, 
and Ansible contributor community news.


Visit this link to subscribe: https://bit.ly/subscribe-bullhorn

You can find all past Bullhorn issues on the Ansible Community Forum at:

https://forum.ansible.com/c/news/bullhorn/17

Join the new Ansible Community Forum to follow along and participate in 
all the project and release related discussions and announcements. Feel 
free to share your thoughts, feedback, ideas and concerns there.


Register here to join the Ansible Forum:

https://forum.ansible.com

Porting Help


A unified porting guide for collections that have opted in is available 
here:


https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_9.html

Getting collection updates from Ansible 9 with older releases of 
ansible-core

-

Ansible 9 depends on ansible-core 2.16. Depending on your needs, you can 
get collection updates as they ship in the Ansible “batteries included” 
package while continuing to use older versions of ansible-core.


See the ansible-galaxy requirements file based on the collections from 
Ansible 9 for this use case:


https://github.com/ansible-community/ansible-build-data/blob/9.3.0/9/galaxy-requirements.yaml

After you download the requirements file, you can install the 
collections by running the following command:


```console
ansible-galaxy collection install -r galaxy-requirements.yaml
```

On behalf of the Ansible community, thank you and happy automating!

Cheers,
Ansible Release Management Working Group

--
Maxwell G (@gotmax23)
Pronouns: He/They

--
You received this message because you are subscribed to the Google Groups "Ansible 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/120f0c3c-9b23-3bc7-520f-7d1ecf966ae9%40gtmx.me.


[ansible-devel] New release candidate: ansible-core 2.16.4rc1

2024-02-19 Thread Matt Martz
Hi all- we're happy to announce the following release candidate:

ansible-core 2.16.4rc1


How to get it
-

$ python3 -m pip install --user ansible-core==2.16.4rc1

The release artifacts can be found here:

# Built Distribution: 2250499 bytes
# SHA256: 1e74890d91515cb037fca4f0907be3f5a94c85d2c49c83c5b144ec1fc9b18387
https://files.pythonhosted.org/packages/56/57/ed9c0db18579a25816c756432c5c275d6fd69e4d3b70644fd1ae8e426e47/ansible_core-2.16.4rc1-py3-none-any.whl
# Source Distribution: 3174662 bytes
# SHA256: 5683cfd6c643b7a2f94fe6f59622894c6d95e01af110d030d5c6d651aadc1a4e
https://files.pythonhosted.org/packages/72/55/7a451bf0800a6631b4ec6fc95ca44573aaf222e7c7dc1bafae7f7fc5ad31/ansible-core-2.16.4rc1.tar.gz


What's new
--

This release is a maintenance release containing numerous bugfixes.

The full changelog can be found here:

https://github.com/ansible/ansible/blob/v2.16.4rc1/changelogs/CHANGELOG-v2.16.rst


Schedule for future releases


The release candidate will become a general availability release on 26
February 2024.


Porting help


If you discover any errors or if any of your working playbooks break when
you upgrade, please use the following link to report the regression:

https://github.com/ansible/ansible/issues/new/choose

In your issue, be sure to mention the version that works and the one that
doesn't.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAD8N0v8x9rVeRNQFDVJdMdUTJXnwCcdaocVEQfgrP2bWMBeSrg%40mail.gmail.com.


[ansible-devel] Re: ansible configuration

2024-02-06 Thread Sakshi Jain
also while executing the playbook from server1 , shall we execute as user1
or user2  ?
and in inventory shall i mention as user1 or user2
as in playbook, it needs the privileged permission from the sudo user

On Wed, 7 Feb 2024 at 10:35, Sakshi Jain  wrote:

> So basically two users
>
> User1 , user2   user is a sudo user
>
>
> There are 5 servers : server1 , server2 , server3, server4, server5
>
> We need password less connection from server1 to all other servers
>
>  I am facing issue with key password less authnetication
>
>
> Tha playbook are be executed as sudo user that I have mentioned in the
> playbook as
> become: yes
>
> become_user : user2
>
>
> I have copied the public key ~/.ssh/id_rsa.pub of user2 from server1  to
> ~/.ssh/authorized keys in all the other servers
>
> But its not working
>
>
> I am able to login with user1 and user2 from server1 to server2 to all the
> servers
>
>
> But when I am trying to execute the playbook it throws error
>
>
>
> I have tried to mention ansible_user= user1 in the inventory
>
>
> What shall I do ?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CANPH-qzbCTMOz-6ed%2BPyShQSnqi4h2J%3Drte8497K3pk-mqbVmA%40mail.gmail.com.


[ansible-devel] ansible configuration

2024-02-06 Thread Sakshi Jain
So basically two users

User1 , user2   user is a sudo user


There are 5 servers : server1 , server2 , server3, server4, server5

We need password less connection from server1 to all other servers

 I am facing issue with key password less authnetication


Tha playbook are be executed as sudo user that I have mentioned in the
playbook as
become: yes

become_user : user2


I have copied the public key ~/.ssh/id_rsa.pub of user2 from server1  to
~/.ssh/authorized keys in all the other servers

But its not working


I am able to login with user1 and user2 from server1 to server2 to all the
servers


But when I am trying to execute the playbook it throws error



I have tried to mention ansible_user= user1 in the inventory


What shall I do ?

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CANPH-qx%2B-xrrdsBJptr7TzcT_DaQrD6tJkjrqwqFRE8YJS7%3DDw%40mail.gmail.com.


Re: [ansible-devel] Re: microsoft dynamic inventory

2024-02-04 Thread Mark Chappell
Hi Andy,

This isn't really the right group for general help using Ansible.  This
group is intended for questions related to developing Ansible or plugins.
There's a separate group ansible-project, which you also seem to have
posted to, which is better suited to these kinds of questions.
Additionally, there is also the forum: https://forum.ansible.com/

That said, while I'm not familiar with the AD plugin, it looks like the
"auto" plugin has attempted to use your inventory file and successfully
passed it onto the AD inventory plugin.  The problem appears to be in the
error/warning message:

On Fri, 2 Feb 2024 at 18:53, Andy Magana  wrote:

> [WARNING]:  * Failed to parse /home/ansible/inventories/microsoft.ad.ldap.yml
> with auto plugin: Configuration file does not specify default realm
> -1765328160
>

"Configuration file does not specify default realm -1765328160" is a
Kerberos error message, and likely means that the plugin tried to
authenticate to the LDAP server using GSSAPI (Kerberos), but failed due to
an authentication issue.  It's been a long time since I had much to do with
AD, but from what I recall AD generally doesn't like unauthenticated access
to the LDAP service component of AD, instead it expects kerberos based
authentication.  Your controller is likely looking for the kerberos
configuration in /etc/krb5.conf.  There's an example of someone trying to
configure the configuration for AD on the Red Hat access.redhat.com forums
which may be of help: https://access.redhat.com/discussions/3479491 .  I
don't expect you to need to join the controller to the domain, but you do
need to tell it enough information for it to contact the KDC service, so
that it can authenticate and obtain a TGT.

Mark
-- 
Mark Chappell
Senior Principal Systems Engineer, Red Hat GmbH

Red Hat GmbH <https://www.redhat.com/de/global/dach>,
Sitz: Werner von Siemens Ring 12, D-85630 Grasbrunn
Handelsregister: Amtsgericht München, HRB 153243,
Geschäftsführer: Ryan Barnhart, Charles Cachera, Michael O'Neill, Amy Ross

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAMCBCyLKOokfTydg8%3DwJLBctyeQC65pJJn%2BrQ-asWq9o6xFy6A%40mail.gmail.com.


[ansible-devel] microsoft dynamic inventory

2024-02-02 Thread Andy Magana
Trying to this to work any help would be great, I just can't understand 
where the yaml file ( microsoft.ad.ldap.yaml file ) needs to be at and the 
python script that comes with the collection as well where does it go ?

What is supposed to be inside my inventory file ? 

I have tried to run ansible-inventory -i microsoft.ad.ldap.yaml and I just 
errors that this is not a yaml file. 

Thanks for any help 

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/825dfc42-d040-421f-a4e8-9af290d1a16cn%40googlegroups.com.


[ansible-devel] ansible collection microsoft.ad.ldap inventory

2024-02-02 Thread Andy Magana
Trying to get this to work but I have a comprehension problem sometimes. I 
am using RHEL 9 with Python 3.9 and I think I may have satisfied the 
requirements according to the docs: 
dnspython2.5.0
pyspnego 0.10.2
sansldap  0.1.0
krb5  0.5.1


Not sure  how to deploy the microsoft.ad.ldap.yaml file. 
Where does it go in my /home directory
What should be put in the yaml file besides the example of the username, 
password, domain etc. 
what should my ansible.cfg be configured. 
where do I put the python script ldap python script that is with the 
collection. 


-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/eedf0152-51ed-4398-b35a-f4e199f2e833n%40googlegroups.com.


[ansible-devel] Release announcement: Ansible community package 9.2.0

2024-01-30 Thread Maxwell G

Hello everyone

We're happy to announce the release of the Ansible 9.2.0 package!

Ansible 9.2.0 includes ansible-core 2.16.3 as well as a curated set of 
Ansible collections that provide a vast number of modules and plugins.


How to get it
-

This release is available on PyPI and can be installed with pip:

```
python3 -m pip install ansible==9.2.0 --user
```

The sources for this release can be found here:

Release tarball:

https://files.pythonhosted.org/packages/c5/8d/701590703e9bb6359a335ee88a9223442fe6abfae056928876d8318e8c07/ansible-9.2.0.tar.gz

SHA256:

a207a4a00a45e5cd178a7f94ca42afe26f23c9d27be49901ea8c45d18a07b7c6

Wheel package:

https://files.pythonhosted.org/packages/0d/7e/3e4967b4881e8eb7430de328f95969db235adff2d3c32581e4e2f800/ansible-9.2.0-py3-none-any.whl

SHA256:

39b19c252800aeed531413a626ccd07473b79615a3cea77568a1624c1aefaf7c


Some important details
--

Collections that have opted to join the Ansible 9 unified changelog will 
have an entry on this page:


https://github.com/ansible-community/ansible-build-data/blob/9.2.0/9/CHANGELOG-v9.rst

For collections which have not opted-in to the unified changelog, you 
may find more information on


https://docs.ansible.com/ansible/latest/collections

or on the collection source repository. For example, the 
community.crypto collection is available at


https://docs.ansible.com/ansible/latest/collections/community/crypto/index.html

and you can find a link to the source repository under the 
"Repository(Sources)" button.


The changelog for ansible-core 2.16 installed by this release of Ansible 
9 can be found here:


https://github.com/ansible/ansible/blob/v2.16/changelogs/CHANGELOG-v2.16.rst

What's the schedule for new Ansible releases after 9.2.0?
-

The next release roadmap can be found at

https://docs.ansible.com/ansible/devel/roadmap/ansible_roadmap_index.html

From now on, the Ansible community package release schedule will follow 
the Ansible Core release schedule, including (for example) delays for 
holidays. This means Ansible releases happen every four weeks through 
most of the year, but release dates may be delayed when Ansible Core 
release is.


Subscribe to the Bullhorn for all future release dates, announcements, 
and Ansible contributor community news.


Visit this link to subscribe: https://bit.ly/subscribe-bullhorn

You can find all past Bullhorn issues on the Ansible Community Forum at:

https://forum.ansible.com/c/news/bullhorn/17

Join the new Ansible Community Forum to follow along and participate in 
all the project and release related discussions and announcements. Feel 
free to share your thoughts, feedback, ideas and concerns there.


Register here to join the Ansible Forum:

https://forum.ansible.com

Porting Help


A unified porting guide for collections that have opted in is available 
here:


https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_9.html

Getting collection updates from Ansible 9 with older releases of 
ansible-core

-

Ansible 9 includes ansible-core 2.16. Depending on your needs, you can 
get collection updates as they ship in the Ansible "batteries included" 
package while continuing to use older versions of ansible-core.


An ansible-galaxy requirements file based on the collections from 
Ansible 9 has been made available for this use case:


https://github.com/ansible-community/ansible-build-data/blob/9.2.0/9/galaxy-requirements.yaml

After you download the requirements file, the collections can be 
installed by running this command:


```
ansible-galaxy collection install -r galaxy-requirements.yaml
```

On behalf of the Ansible community, thank you and happy automating!

Cheers,
Ansible Release Management Working Group

--
Maxwell G (@gotmax23)
Pronouns: He/They

--
You received this message because you are subscribed to the Google Groups "Ansible 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/60b19cc8-5deb-7a19-0715-7543abbb1504%40gtmx.me.


[ansible-devel] New release: ansible-core 2.16.3

2024-01-29 Thread Matt Martz
Hi all- we're happy to announce the general release of:

ansible-core 2.16.3


How to get it
-

$ python3 -m pip install --user ansible-core==2.16.3

The release artifacts can be found here:

# Built Distribution: 2250322 bytes
# SHA256: 50c9f33a5b2ee645470a77f4bf99cf35d1ffdefef60388910020b0c58534bec1
https://files.pythonhosted.org/packages/b0/ec/6b5eed80eac9e3234fc9a9e61356ec2999b70cc23f83453f57e9a0fd3574/ansible_core-2.16.3-py3-none-any.whl
# Source Distribution: 3168893 bytes
# SHA256: 76a8765a8586064ef073a299562e308fa2c180a75b5f7569bbd0f61d4171cdb3
https://files.pythonhosted.org/packages/00/b9/7d2229459038cdfe84b6e4db76f97acae35cb46917a0d9a7e61d3e300637/ansible-core-2.16.3.tar.gz


What's new
--

This release is a maintenance release containing numerous bugfixes.

The full changelog can be found here:

https://github.com/ansible/ansible/blob/v2.16.3/changelogs/CHANGELOG-v2.16.rst


Schedule for future releases


The next release candidate is planned to be released on 19 February 2024.
The next general availability release will be one week after.


Porting help


If you discover any errors or if any of your working playbooks break when
you upgrade, please use the following link to report the regression:

https://github.com/ansible/ansible/issues/new/choose

In your issue, be sure to mention the version that works and the one that
doesn't.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAD8N0v_nyNKUUqTjGYMGnht2%2BoOvqHhhu23ZY0U3%2BrR2T40ghA%40mail.gmail.com.


[ansible-devel] New release: ansible-core 2.15.9

2024-01-29 Thread Matt Martz
Hi all- we're happy to announce the general release of:

ansible-core 2.15.9


How to get it
-

$ python3 -m pip install --user ansible-core==2.15.9

The release artifacts can be found here:

# Built Distribution: 2249652 bytes
# SHA256: 5b6a4b12aa5358f60933e79d86763e3558862282fb1dc563a29be5849fc3
https://files.pythonhosted.org/packages/c8/b1/45b9ea50b0cbd0baea64de72de00055a3c9ca3f424ff4be88736f885710f/ansible_core-2.15.9-py3-none-any.whl
# Source Distribution: 3163839 bytes
# SHA256: 25f9b1b5a5af3c0986bd3928ed086eaddb867527fb5c83afef1a03cfad34f345
https://files.pythonhosted.org/packages/47/0b/5e46aeee6c72adc3507d9909e57fa1e9a66b3f4929c463bdbe102441a062/ansible-core-2.15.9.tar.gz


What's new
--

This release is a maintenance release containing numerous bugfixes.

The full changelog can be found here:

https://github.com/ansible/ansible/blob/v2.15.9/changelogs/CHANGELOG-v2.15.rst


Schedule for future releases


The next release candidate is planned to be released on 19 February 2024.
The next general availability release will be one week after.


Porting help


If you discover any errors or if any of your working playbooks break when
you upgrade, please use the following link to report the regression:

https://github.com/ansible/ansible/issues/new/choose

In your issue, be sure to mention the version that works and the one that
doesn't.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAD8N0v8_AXDHqd6Lig8aH8BykrPfOgdy%2Brh6KeF1Yfv8NeLNLw%40mail.gmail.com.


[ansible-devel] New release: ansible-core 2.14.14

2024-01-29 Thread Matt Martz
Hi all- we're happy to announce the general release of:

ansible-core 2.14.14


How to get it
-

$ python3 -m pip install --user ansible-core==2.14.14

The release artifacts can be found here:

# Built Distribution: 2218342 bytes
# SHA256: d1d282b71b9d8fdd515ae045e5909cfa393cfa0e9fecaae2dbbb4d326ab58681
https://files.pythonhosted.org/packages/e3/32/43baf6188500e1fb00e6ba10f5b1c9d4d8879802823a11b22874d95b8a2e/ansible_core-2.14.14-py3-none-any.whl
# Source Distribution: 3146733 bytes
# SHA256: f06a94a88a372d4db4b3973e465022fbe3545602580864115d21a280accb7ca3
https://files.pythonhosted.org/packages/37/a3/4a184ecfb8f24eb3a6b3405e058908d5ecc01e46a8422775e3804cb55c60/ansible-core-2.14.14.tar.gz


What's new
--

This release is a maintenance release containing numerous bugfixes.

The full changelog can be found here:

https://github.com/ansible/ansible/blob/v2.14.14/changelogs/CHANGELOG-v2.14.rst


Schedule for future releases


The next release candidate is planned to be released on 19 February 2024.
The next general availability release will be one week after.


Porting help


If you discover any errors or if any of your working playbooks break when
you upgrade, please use the following link to report the regression:

https://github.com/ansible/ansible/issues/new/choose

In your issue, be sure to mention the version that works and the one that
doesn't.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAD8N0v8H3wHpWXRa8qFJkAgkx54adH%3DLYBWAMPF9W28g3jRPtg%40mail.gmail.com.


[ansible-devel] Ansible functional testing

2024-01-22 Thread nitesh jindal
Hi

Anyone in this group have setup testing framework or Automation for Ansible
playbooks to perform functional testing?

Thanks
Nitesh

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CALY6NoM8RdnJ_KsW6i_Kxd3sabiyY%3Dd_EemdxWLa1oP-8xyFiA%40mail.gmail.com.


[ansible-devel] New release candidate: ansible-core 2.16.3rc1

2024-01-22 Thread Matt Martz
Hi all- we're happy to announce the following release candidate:

ansible-core 2.16.3rc1


How to get it
-

$ python3 -m pip install --user ansible-core==2.16.3rc1

The release artifacts can be found here:

# Built Distribution: 2250371 bytes
# SHA256: c9d6702235eb708023105f4f4a5f9f2620503684cdc3115ed3e6e0b9b6930780
https://files.pythonhosted.org/packages/f3/1a/287aa78525550098a977b93361a2c136778208c929c638f5d090ea3e4e7b/ansible_core-2.16.3rc1-py3-none-any.whl
# Source Distribution: 3172729 bytes
# SHA256: 0c4326d487dae339d0a991e89ff85117afb6507f79b45744e3c3451b6faef5f4
https://files.pythonhosted.org/packages/d3/f1/9ad5c3d444e00bd3e5596a8334f51a3f85f9f368201515402ba65ac74d84/ansible-core-2.16.3rc1.tar.gz


What's new
--

This release is a maintenance release containing numerous bugfixes.

The full changelog can be found here:

https://github.com/ansible/ansible/blob/v2.16.3rc1/changelogs/CHANGELOG-v2.16.rst


Schedule for future releases


The release candidate will become a general availability release on 29
January 2024.


Porting help


If you discover any errors or if any of your working playbooks break when
you upgrade, please use the following link to report the regression:

https://github.com/ansible/ansible/issues/new/choose

In your issue, be sure to mention the version that works and the one that
doesn't.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAD8N0v-eR8jiDqv3aguLH6ysoJ%2B3G8f_1KoP8yo-2G9qBwPfJQ%40mail.gmail.com.


[ansible-devel] New release candidate: ansible-core 2.15.9rc1

2024-01-22 Thread Matt Martz
Hi all- we're happy to announce the following release candidate:

ansible-core 2.15.9rc1


How to get it
-

$ python3 -m pip install --user ansible-core==2.15.9rc1

The release artifacts can be found here:

# Built Distribution: 2249706 bytes
# SHA256: 1af80689ddc1c201480b9115e2b3aed49fcb6c67093e5ed2cb8f87ebc92afe11
https://files.pythonhosted.org/packages/8b/2e/032959f21434fa4353cdeb62bda1a7cf0d2a903ba292c13ecc93437836c5/ansible_core-2.15.9rc1-py3-none-any.whl
# Source Distribution: 3169553 bytes
# SHA256: 6ec7be160cc65f0e0c0f3e899282de7d19041af5df3f880e1155f544110f7a5c
https://files.pythonhosted.org/packages/25/9c/85fa98447ab0656ac7f3492d5bda6f82e907dfd3c7ec11beac182c26ab85/ansible-core-2.15.9rc1.tar.gz


What's new
--

This release is a maintenance release containing numerous bugfixes.

The full changelog can be found here:

https://github.com/ansible/ansible/blob/v2.15.9rc1/changelogs/CHANGELOG-v2.15.rst


Schedule for future releases


The release candidate will become a general availability release on 29
January 2024.


Porting help


If you discover any errors or if any of your working playbooks break when
you upgrade, please use the following link to report the regression:

https://github.com/ansible/ansible/issues/new/choose

In your issue, be sure to mention the version that works and the one that
doesn't.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAD8N0v8it%2B8Pukgfr5gB9zCB69%2Bcue68iWJPiDpoez5Y5x4g3Q%40mail.gmail.com.


[ansible-devel] New release candidate: ansible-core 2.14.14rc1

2024-01-22 Thread Matt Martz
Hi all- we're happy to announce the following release candidate:

ansible-core 2.14.14rc1


How to get it
-

$ python3 -m pip install --user ansible-core==2.14.14rc1

The release artifacts can be found here:

# Built Distribution: 2218393 bytes
# SHA256: d5f1352c89934d5573243c6b4478d701ab07872deb0f2d69540044f9228c6b9b
https://files.pythonhosted.org/packages/3c/77/6f82b1e33dfdb276e1d0470b8cfbb6ef3f4b8e46a9ba2f351af2a943818c/ansible_core-2.14.14rc1-py3-none-any.whl
# Source Distribution: 3150712 bytes
# SHA256: b3fcd9a2e5881fc65307350fd0c0e1f850a5c53b5347a12f1456d7e06c1a1eeb
https://files.pythonhosted.org/packages/2a/dd/d4d2f855512b212ed66a97d862fd4057c22d94d7bcfecc813a5d860a1e93/ansible-core-2.14.14rc1.tar.gz


What's new
--

This release is a maintenance release containing numerous bugfixes.

The full changelog can be found here:

https://github.com/ansible/ansible/blob/v2.14.14rc1/changelogs/CHANGELOG-v2.14.rst


Schedule for future releases


The release candidate will become a general availability release on 29
January 2024.


Porting help


If you discover any errors or if any of your working playbooks break when
you upgrade, please use the following link to report the regression:

https://github.com/ansible/ansible/issues/new/choose

In your issue, be sure to mention the version that works and the one that
doesn't.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAD8N0v_xtoO7vH-ZG4ykkYtjsQtDWii7fS%3Di1c6tEfcdLwbR4g%40mail.gmail.com.


[ansible-devel] New release: ansible-core 2.16.2

2023-12-11 Thread Matt Martz
Hi all- we're happy to announce the general release of:

ansible-core 2.16.2


How to get it
-

$ python3 -m pip install --user ansible-core==2.16.2

The release artifacts can be found here:

# Built Distribution: 2249791 bytes
# SHA256: 494f002edcb17b02baef661ff27b8c9c750a534bdc0537ab29dc02e680817d92
https://files.pythonhosted.org/packages/fe/0b/c28a50e7fbb7f6c6eb7bef4f023c5b408b0ff70934c2682be85e412b454d/ansible_core-2.16.2-py3-none-any.whl
# Source Distribution: 3163899 bytes
# SHA256: e4ab559e7e525b1c6f99084fca873bb014775d5ecbe845b7c07b8e9d6c9c048b
https://files.pythonhosted.org/packages/66/5f/3098fac361ca16fc42ac30a2da09939286afd9af289f156ac9fbe87595e9/ansible-core-2.16.2.tar.gz


What's new
--

This release is a maintenance release containing numerous bugfixes.

The full changelog can be found here:

https://github.com/ansible/ansible/blob/v2.16.2/changelogs/CHANGELOG-v2.16.rst


Schedule for future releases


The next release candidate is planned to be released on 22 January 2024,
pending applicable changes. The next general availability release will be
one week after.


Porting help


If you discover any errors or if any of your working playbooks break when
you upgrade, please use the following link to report the regression:

https://github.com/ansible/ansible/issues/new/choose

In your issue, be sure to mention the version that works and the one that
doesn't.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAD8N0v8ZzxrHG4F_X_MPiUbojnUGe-YNXSMtgbKNPYEBQGJttQ%40mail.gmail.com.


[ansible-devel] New release: ansible-core 2.15.8

2023-12-11 Thread Matt Martz
Hi all- we're happy to announce the general release of:

ansible-core 2.15.8


How to get it
-

$ python3 -m pip install --user ansible-core==2.15.8

The release artifacts can be found here:

# Built Distribution: 2249346 bytes
# SHA256: 55e6f4350fb98ac5441620ba981b1d9f7b90aa5f320885965af996e149bd3caa
https://files.pythonhosted.org/packages/4e/c8/94fb33dcc17d4de3a58faafa4ff66b04ca8d3c835d10883aa98add33e1ae/ansible_core-2.15.8-py3-none-any.whl
# Source Distribution: 3160606 bytes
# SHA256: 8aa49cb1ddbf33d88c2bb4bf09ecd4b0dd8b788e174adca8b88dda6e6bdbf59b
https://files.pythonhosted.org/packages/64/89/654526566f2dcbe3db4552f67bee687ae4508a71ab25be2680909d8561f7/ansible-core-2.15.8.tar.gz


What's new
--

This release is a maintenance release containing numerous bugfixes.

The full changelog can be found here:

https://github.com/ansible/ansible/blob/v2.15.8/changelogs/CHANGELOG-v2.15.rst


Schedule for future releases


The next release candidate is planned to be released on 22 January 2024,
pending applicable changes. The next general availability release will be
one week after.


Porting help


If you discover any errors or if any of your working playbooks break when
you upgrade, please use the following link to report the regression:

https://github.com/ansible/ansible/issues/new/choose

In your issue, be sure to mention the version that works and the one that
doesn't.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAD8N0v8uwes%3DU0o2nRvp-rwF-7jAhroOd2LDkLkaYXacXCnsKQ%40mail.gmail.com.


[ansible-devel] New release: ansible-core 2.14.13

2023-12-11 Thread Matt Martz
Hi all- we're happy to announce the general release of:

ansible-core 2.14.13


How to get it
-

$ python3 -m pip install --user ansible-core==2.14.13

The release artifacts can be found here:

# Built Distribution: 2217957 bytes
# SHA256: 65e96d04dce1e5dd415b4681d464f7f9a949d515f623145c4a8bc3468e75f3b0
https://files.pythonhosted.org/packages/8e/1d/6c42b1cfce2a3bf48c9fde136b96bdb53b434fbf385d1fd2cd77d4ab5fa7/ansible_core-2.14.13-py3-none-any.whl
# Source Distribution: 3145413 bytes
# SHA256: 4e1bb334f0c3226ab48c599efe49cd5fe03f25d4558bc06c274ade2ba3e2576a
https://files.pythonhosted.org/packages/98/f0/26277eb9890b79c9d5b0a8c64318f958eac5d31170e6b0ecdac8cb9782b7/ansible-core-2.14.13.tar.gz


What's new
--

This release is a maintenance release containing numerous bugfixes.

The full changelog can be found here:

https://github.com/ansible/ansible/blob/v2.14.13/changelogs/CHANGELOG-v2.14.rst


Schedule for future releases


The next release candidate is planned to be released on 22 January 2024,
pending applicable changes. The next general availability release will be
one week after.


Porting help


If you discover any errors or if any of your working playbooks break when
you upgrade, please use the following link to report the regression:

https://github.com/ansible/ansible/issues/new/choose

In your issue, be sure to mention the version that works and the one that
doesn't.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAD8N0v8f29gUc%2BKtypfCc-ess-KVQi_N8kHXHehQtC4X4CO8Sw%40mail.gmail.com.


[ansible-devel] Out of Band Releases for 2.16.2, 2.15.8, and 2.14.13

2023-12-07 Thread Matt Martz
Hi all-

The Ansible Core team will be releasing out-of-cycle releases for 2.16.2,
2.15.8, and 2.14.13 on 11 December 2023 instead of waiting until our next
scheduled release on 29 January 2024.

These releases include fixes for non-security-related regressions
introduced by a recent CVE mitigation that were deemed important enough to
ship before our usual holiday release moratorium.

-- 
Matt Martz
@sivel
sivel.net

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAD8N0v9_6PnQ56YgKkRMY0BB6RnMDqjDYzQTnnWToVB4iF%2Bb5Q%40mail.gmail.com.


[ansible-devel] Release Announcement: Ansible community package 8.7.0

2023-12-06 Thread Anwesha Das
Hello everyone,

We're happy to announce the release of the Ansible 8.7.0 package!

Ansible 8.7.0 includes ansible-core 2.15.7 as well as a curated set of
Ansible collections that provide a vast number of modules and plugins.

How to get it
--

This release is available on PyPI and can be installed with pip:

`$ python3 -m pip install ansible==8.7.0 --user`

The sources for this release can be found here:

Release tarball:

https://files.pythonhosted.org/packages/90/25/55e09468efe564f3b48c47a7e082bd84d4f0d064af60ac8458eba4667994/ansible-8.7.0.tar.gz

SHA256:

3a5ca5152e4547d590e40b542d76b18dbbe2b36da4edd00a13a7c51a374ff737

Wheel package:

https://files.pythonhosted.org/packages/b4/1a/c88115997ce826c402d63da78bcbf5183a1ffe23308898eafedc5db9a8aa/ansible-8.7.0-py3-none-any.whl

SHA256:

fa7d3bc2dfdb0ab031df645814ff86b15cb5ec041bfbee4041f795abfa5646ca

Some important details


This release includes the mitigation of security issue CVE-2023-5764.
See the porting guide below for details.

Python wheels are now available for both Ansible 8 and ansible-core
2.15, resulting in significantly improved installation performance.

In addition, Ansible 8 does not install some unnecessary files from
the included Ansible collections such as tests or hidden files and
directories. This further improves installation performance and
reduces the size on disk. These files are still available in the
source tarball if needed.

Collections which have opted-in to being a part of the Ansible 8
unified changelog will have an entry on this page:

https://github.com/ansible-community/ansible-build-data/blob/main/8/CHANGELOG-v8.rst

For collections which have not opted-in to the unified changelog, you
may find more information on

https://docs.ansible.com/ansible/latest/collections

source repository. For example, the community.crypto collection is
available at

https://docs.ansible.com/ansible/latest/collections/community/crypto/index.html

and you can find a link to the source repository under the
"Repository(Sources)" button.

The changelog for ansible-core 2.15.7 installed by this release of
Ansible 8 can be found here:

https://github.com/ansible/ansible/blob/v2.15.7/changelogs/CHANGELOG-v2.15.rst

What's the schedule for new Ansible releases after 8.7.0?

This is the final release for Ansible 8 series. The next release
roadmap can be found at

https://docs.ansible.com/ansible/devel/roadmap/ansible_roadmap_index.html

>From now on, the Ansible community package release schedule will
follow the Ansible Core release schedule, including (for example)
delays for holidays. This means Ansible releases happen every four
weeks through most of the year, but release dates may be delayed when
Ansible Core release is.

For the upcoming holiday season, this means that there will be no
Ansible release in early January 2024, but instead on January 30th,
2024.

Subscribe to the Bullhorn for all future release dates, announcements,
and Ansible contributor community news.

Visit this link to subscribe: https://bit.ly/subscribe-bullhorn

You can find all past Bullhorn issues on the official wiki page:

https://github.com/ansible/community/wiki/News#the-bullhorn

Join the new Ansible Community Forum to follow along and participate
in all the project and release related discussions and
announcements. Feel free to share your thoughts, feedback, ideas and concerns
there.

Register here to join the Ansible Forum:

https://forum.ansible.com

Porting Help
--

A unified porting guide for collections that have opted-in is available here:
https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_8.html

Getting collection updates from Ansible 8 with older releases of ansible-core
-

Ansible 8 includes ansible-core 2.15 Based on your requirements,
you can get collection updates as they ship in the Ansible "batteries
included" package while continuing to use older versions of
ansible-core.

An ansible-galaxy requirements file based on the collections from
Ansible 8 has been made available for this use case:

https://github.com/ansible-community/ansible-build-data/blob/main/8/galaxy-requirements.yaml

After you download the requirements file, the collections can be
installed by running this command:

"ansible-galaxy collection install -r galaxy-requirements.yaml"

Special Thanks
-

We would like to give a shoutout with a big THANK YOU to Felix Fontein
and Don Naro for making this release happen!

On behalf of the Ansible community, thank you and happy automating!

Cheers
Ansible Community Team

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emai

[ansible-devel] Release announcement: Ansible community package 9.1.0

2023-12-05 Thread samc...@redhat.com
# Release announcement: Ansible 9.1.0

Hello everyone,

We're happy to announce the release of the Ansible 9.1.0 package!

Ansible 9.1.0 includes ansible-core 2.16.1 as well as a curated set of
Ansible collections that provide a vast number of modules and plugins.

How to get it
--

This release is available on PyPI and can be installed with pip:

`$ python3 -m pip install ansible==9.1.0 --user`

The sources for this release can be found here:

Release tarball:

https://files.pythonhosted.org/packages/eb/ab/e6993e1608fa911ee84dd0f29f494064f3b7f4a277f99608c9421a7a5ed4/ansible-9.1.0.tar.gz

SHA256:

5ad94991fb0e0e53a770a9ffcf1b68047f61b2282d948a7d2682ecd8fb8fa1bf

Wheel package:

https://files.pythonhosted.org/packages/32/f0/f7a66e975b9edf511e7223fe8d5642b16f1147087d4acc3d1be788267b41/ansible-9.1.0-py3-none-any.whl

SHA256:

bd88f16ca4b4dadfec78723f982c0f04e5481c6be497ccb43ea3b40fded39126

Some important details


This release includes the mitigation of security issue CVE-2023-5764. See 
the porting guide below for details.


Python wheels are available for both Ansible 9 and ansible-core
2.16, resulting in significantly improved installation performance.

In addition, Ansible 9 does not install some unnecessary files from
the included Ansible collections such as tests or hidden files and
directories. This further improves installation performance and
reduces the size on disk. These files are still available in the
source tarball if needed.

Collections which have opted-in to being a part of the Ansible 9
unified changelog will have an entry on this page:

https://github.com/ansible-community/ansible-build-data/blob/9.1.0/9/CHANGELOG-v9.rst

For collections which have not opted-in to the unified changelog, you
may find more information on

https://docs.ansible.com/ansible/latest/collections

or on the collection source repository. For example, the community.crypto 
collection is
available at

https://docs.ansible.com/ansible/latest/collections/community/crypto/index.html

and you can find a link to the source repository under the
"Repository(Sources)" button.

The changelog for ansible-core 2.16 installed by this release of
Ansible 9 can be found here:

https://github.com/ansible/ansible/blob/v2.16.1/changelogs/CHANGELOG-v2.16.rst

What's the schedule for new Ansible releases after 9.1.0?


The next release roadmap can be found at

https://docs.ansible.com/ansible/devel/roadmap/ansible_roadmap_index.html

>From now on, the Ansible community package release schedule will follow the 
Ansible Core release schedule, including (for example) delays for holidays. 
This means Ansible releases happen every four weeks through most of the 
year, but release dates may be delayed when Ansible Core release is.

For the upcoming holiday season, this means that there will be no Ansible 
release in early January, but instead on January 30th.


Subscribe to the Bullhorn for all future release dates, announcements,
and Ansible contributor community news.

Visit this link to subscribe: https://bit.ly/subscribe-bullhorn

You can find all past Bullhorn issues on the Ansible Community Forum at:

https://forum.ansible.com/c/news/bullhorn/17

Join the new Ansible Community Forum to follow along and participate
in all the project and release related discussions and
announcements. Feel free to share your thoughts, feedback, ideas and 
concerns
there.

Register here to join the Ansible Forum:

https://forum.ansible.com

Porting Help
--

A unified porting guide for collections that have opted-in is available 
here:
https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_9.html

Getting collection updates from Ansible 9 with older releases of 
ansible-core
-

Ansible 9 includes ansible-core 2.16. Depending on your needs,
you can get collection updates as they ship in the Ansible "batteries
included" package while continuing to use older versions of
ansible-core.

An ansible-galaxy requirements file based on the collections from
Ansible 9 has been made available for this use case:

https://github.com/ansible-community/ansible-build-data/blob/9.1.0/9/galaxy-requirements.yaml

After you download the requirements file, the collections can be
installed by running this command:

`ansible-galaxy collection install -r galaxy-requirements.yaml`

Special Thanks
-

We would like to give a shoutout with a big THANK YOU to Maxwell G and 
Felix Fontein for making this release happen!

On behalf of the Ansible community, thank you and happy automating!

Cheers
Ansible Community Team

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails f

[ansible-devel] New release: ansible-core 2.16.1

2023-12-04 Thread Matt Martz
Hi all- we're happy to announce the general release of:

ansible-core 2.16.1


How to get it
-

$ python3 -m pip install --user ansible-core==2.16.1

The release artifacts can be found here:

# Built Distribution: 2249752 bytes
# SHA256: 8fc972ba6ba2161ecbde8166c0042080726c754f69ecb3ccd8c6636c98dc1c7e
https://files.pythonhosted.org/packages/f9/31/585576f619a974d9cdef009251d056a00e240c546f222d4bdb192d9e9208/ansible_core-2.16.1-py3-none-any.whl
# Source Distribution: 3162449 bytes
# SHA256: 4fd1b3c86237507c67113f6770d2470f87477cd88244938d100a2d0fc37bf986
https://files.pythonhosted.org/packages/6f/3f/1dc35ba302137a4b00d17a42a47859c9e133ea2af56a285418e6c22be05d/ansible-core-2.16.1.tar.gz


What's new
--

This release includes a fix for CVE-2023-5764, where internal templating
actions could result in unsafe data losing its unsafe designation.

The devel branch is still currently vulnerable to CVE-2023-5764 and will be
mitigated with a different fix in the coming weeks. Production users should
ensure they are using released stable versions.

The full changelog can be found here:

https://github.com/ansible/ansible/blob/v2.16.1/changelogs/CHANGELOG-v2.16.rst


Schedule for future releases


The next release candidate is planned to be released on 25 December 2023.
The next general availability release will be one week after.


Porting help


If you discover any errors or if any of your working playbooks break when
you upgrade, please use the following link to report the regression:

https://github.com/ansible/ansible/issues/new/choose

In your issue, be sure to mention the version that works and the one that
doesn't.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAD8N0v8FxVNQ%2BGaf-_QC9xasS2N1tzsXKQ5LNMtFBEkDUgYb6Q%40mail.gmail.com.


[ansible-devel] New release: ansible-core 2.15.7

2023-12-04 Thread Matt Martz
Hi all- we're happy to announce the general release of:

ansible-core 2.15.7


How to get it
-

$ python3 -m pip install --user ansible-core==2.15.7

The release artifacts can be found here:

# Built Distribution: 2249306 bytes
# SHA256: 8a7988b8fbd1f4bb5799becae120b828de6248ba9056d83f427235533d655e2b
https://files.pythonhosted.org/packages/bb/06/b68cdd0395f1cee716da07dfd7b9f8153e0ed689d6a2ac47dc0a44a672ce/ansible_core-2.15.7-py3-none-any.whl
# Source Distribution: 3159286 bytes
# SHA256: bc51d011bdb67538d1ee043e0f8072b3a849b78897caf15b6f294160c5c7c6ba
https://files.pythonhosted.org/packages/c9/a4/3f41ca3f4e70f3eb1e38cfe47fbc2dfddbd45314efb710f9d1a2b1b143b6/ansible-core-2.15.7.tar.gz


What's new
--

This release includes a fix for CVE-2023-5764, where internal templating
actions could result in unsafe data losing its unsafe designation.

The devel branch is still currently vulnerable to CVE-2023-5764 and will be
mitigated with a different fix in the coming weeks. Production users should
ensure they are using released stable versions.

The full changelog can be found here:

https://github.com/ansible/ansible/blob/v2.15.7/changelogs/CHANGELOG-v2.15.rst


Schedule for future releases


The next release candidate is planned to be released on 25 December 2023.
The next general availability release will be one week after.


Porting help


If you discover any errors or if any of your working playbooks break when
you upgrade, please use the following link to report the regression:

https://github.com/ansible/ansible/issues/new/choose

In your issue, be sure to mention the version that works and the one that
doesn't.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAD8N0v_bN2icGyMbqUx5pAcKj_jYXWyYP0RsSeq35P2S7hT1%2BA%40mail.gmail.com.


[ansible-devel] New release candidate: ansible-core 2.14.12rc1

2023-11-27 Thread Matt Martz
Hi all- we're happy to announce the following release candidate:

ansible-core 2.14.12rc1


How to get it
-

$ python3 -m pip install --user ansible-core==2.14.12rc1

The release artifacts can be found here:

# Built Distribution: 2218057 bytes
# SHA256: 053f754e5d4be5b1217dcffe2375075083cb2fbf426779b07f071e56f33d09f7
https://files.pythonhosted.org/packages/79/8e/753f833382bd86e6ba05d9532e8f35a17987098b97286ec7e606d1ed0a12/ansible_core-2.14.12rc1-py3-none-any.whl
# Source Distribution: 3147699 bytes
# SHA256: d73e00a7cf6d1568336421d2e7040c5bcf9559ce5d2b0af6ce9e75ae5be47d82
https://files.pythonhosted.org/packages/ac/60/fe094fa352c8865c314a3a9fe51932a14b2d403dd092d93b670e95921f0a/ansible-core-2.14.12rc1.tar.gz


What's new
--

This release is a maintenance release containing numerous bugfixes.

The full changelog can be found here:

https://github.com/ansible/ansible/blob/v2.14.12rc1/changelogs/CHANGELOG-v2.14.rst


Schedule for future releases


The release candidate will become a general availability release on 4
December 2023.


Porting help


If you discover any errors or if any of your working playbooks break when
you upgrade, please use the following link to report the regression:

https://github.com/ansible/ansible/issues/new/choose

In your issue, be sure to mention the version that works and the one that
doesn't.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAD8N0v_yO9eWNB2mwUSFnaeoziGjJJDxMrbS7epzORKqbAhU%3DA%40mail.gmail.com.


[ansible-devel] New release candidate: ansible-core 2.15.7rc1

2023-11-27 Thread Matt Martz
Hi all- we're happy to announce the following release candidate:

ansible-core 2.15.7rc1


How to get it
-

$ python3 -m pip install --user ansible-core==2.15.7rc1

The release artifacts can be found here:

# Built Distribution: 2249446 bytes
# SHA256: a9f3fbc6f9f7bd91622be2167532fa8ba88a74f20cbf8444e036beb5078a9d0b
https://files.pythonhosted.org/packages/f6/eb/27e07f9579fba08cf9d9d20f615aa2580cb88a63e8b3dab361938cb05265/ansible_core-2.15.7rc1-py3-none-any.whl
# Source Distribution: 3163919 bytes
# SHA256: 6c0889cfe64726a72e149437ac362fab0153856dd2cdcf03082d8f303b43e6de
https://files.pythonhosted.org/packages/77/60/4ed4d6d08a57d8ac7b5adeb4ee3a8e15feff8789dfa27d27797214748658/ansible-core-2.15.7rc1.tar.gz


What's new
--

This release is a maintenance release containing numerous bugfixes.

The full changelog can be found here:

https://github.com/ansible/ansible/blob/v2.15.7rc1/changelogs/CHANGELOG-v2.15.rst


Schedule for future releases


The release candidate will become a general availability release on 4
December 2023.


Porting help


If you discover any errors or if any of your working playbooks break when
you upgrade, please use the following link to report the regression:

https://github.com/ansible/ansible/issues/new/choose

In your issue, be sure to mention the version that works and the one that
doesn't.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAD8N0v8GU%3DyqOzpD7ZW-23s_KGNQTaon36%2BFftkP3F4FC8%3D9UA%40mail.gmail.com.


[ansible-devel] New release candidate: ansible-core 2.16.1rc1

2023-11-27 Thread Matt Martz
Hi all- we're happy to announce the following release candidate:

ansible-core 2.16.1rc1


How to get it
-

$ python3 -m pip install --user ansible-core==2.16.1rc1

The release artifacts can be found here:

# Built Distribution: 2249890 bytes
# SHA256: e84ea503dadfa7ffdb84f8de9a008b3d602aa24ee91386d68dfd37f76ac92d26
https://files.pythonhosted.org/packages/0c/c4/62204080db2e00fc31225c1b2b165f3c50449a6ef94b55c88fc5ef2527f7/ansible_core-2.16.1rc1-py3-none-any.whl
# Source Distribution: 3167361 bytes
# SHA256: 041f995a35fcec920435fa5fdb8e8f2c6e9f9019c0fb87b47a4a74bfa5426eac
https://files.pythonhosted.org/packages/21/9b/a89dd5b240d3cfca6bba0ce0e8a453290b0488348b10355d353c6425c47e/ansible-core-2.16.1rc1.tar.gz


What's new
--

This release is a maintenance release containing numerous bugfixes.

The full changelog can be found here:

https://github.com/ansible/ansible/blob/v2.16.1rc1/changelogs/CHANGELOG-v2.16.rst


Schedule for future releases


The release candidate will become a general availability release on 4
December 2023.


Porting help


If you discover any errors or if any of your working playbooks break when
you upgrade, please use the following link to report the regression:

https://github.com/ansible/ansible/issues/new/choose

In your issue, be sure to mention the version that works and the one that
doesn't.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAD8N0v-40vGVziibPuHheoGi3XkQtgZND3fu%2BXjhXEtMhmz8jg%40mail.gmail.com.


[ansible-devel] Release announcement: Ansible Community Package 9.0.1

2023-11-21 Thread Anwesha Das
Hello everyone,

We’re happy to announce the release of Ansible 9.0.1!

This bugfix release was created to fix the Python package metadata in
`setup.cfg` to require Python `>=3.10` to ensure that `pip install ansible`
still works on older Python versions.
Thanks to Jeremy Cornett for reporting this issue!

This release contains the latest version of ansible-core
2.16 and includes a curated set of Ansible collections that provide a
vast number of modules and plugins.

ansible-core is a required dependency, not contained within the
ansible packages.

How to get it?
This release is available on [PyPI](https://pypi.org/project/ansible/)
and can be installed with pip:

$ python3 -m pip install ansible==9.0.1 --user

The source and the wheel for this release can be found here:

Release tarball:

https://files.pythonhosted.org/packages/19/17/5da525931b5867b4f542c1ef1cdc5b55d28948da7eadf650d9f0f75df0ca/ansible-9.0.1.tar.gz

SHA256:

cc06c251f142837cf540b7977724596a94f3d0fe9da9619175e9de6539cd0705

Wheel package:

https://files.pythonhosted.org/packages/e5/9a/d8e83a8f64f208eeaf84f45358d85302efc14ff7c60c4c9d792c3d275155/ansible-9.0.1-py3-none-any.whl

SHA256:

4e758da22ff7a95ed2ab30cef12860407be68f65527af66a5b828739f634415a

Some important details
Python wheels are available for both Ansible 9.0.1 and ansible-core 2.16.0

In addition, Ansible 9 does not install some unnecessary files from
the included Ansible collections such as tests or hidden files and
directories. This further improves installation performance and
reduces the size on disk. These files are still available in the
source tarball if needed.

Collections which have opted-in to being a part of the Ansible 9
unified changelog will have an entry on this page:

https://github.com/ansible-community/ansible-build-data/blob/9.0.1/9/CHANGELOG-v9.rst

For collections which have not opted-in to the unified changelog, you
may find more information on

https://docs.ansible.com/ansible/latest/collections

or the collection source repository. For example, the community.crypto
collection is available at

https://docs.ansible.com/ansible/latest/collections/community/crypto/index.html

and you can find a link to the source repository under the
“Repository (Sources)” button.

The changelog for ansible-core 2.16 installed by this release of
Ansible 9 can be found here:

https://github.com/ansible/ansible/blob/v2.16.0/changelogs/CHANGELOG-v2.16.rst

What’s the schedule for new Ansible releases after 9.0.1?
The next release roadmap can be found at

https://docs.ansible.com/ansible/devel/roadmap/ansible_roadmap_index.html

Subscribe to the Bullhorn for all future release dates, announcements,
and Ansible contributor community news.

Visit this link to subscribe:

https://bit.ly/subscribe-bullhorn

You can find all past Bullhorn issues on the official wiki page:

https://github.com/ansible/community/wiki/News#the-bullhorn

Join the new Ansible Community Forum to follow along and participate
in all the discussions and release related discussions and
announcements. Feel free to share your thoughts, ideas and concerns
there.

Register here to join the Ansible Forum:

https://forum.ansible.com

Porting Help
A unified porting guide for collections that have opted-in is available here:

https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_9.html

Getting collection updates from Ansible 9 with older releases of ansible-core
Ansible 9 includes ansible-core 2.16 Based on your requirements, you
can get collection updates as they ship in the Ansible “batteries
included” package while continuing to use older versions of
ansible-core.

An ansible-galaxy requirements file based on the collections from
Ansible 9 has been made available for this use case:

https://github.com/ansible-community/ansible-build-data/blob/9.0.1/9/galaxy-requirements.yaml

After you download the requirements file, the collections can be
installed by running this command:

“ansible-galaxy collection install -r galaxy-requirements.yaml”

Special Thanks
We would like to give a shoutout with a big THANK YOU to Maxwell and
the Release Management Working Group for making this release happen!

On behalf of the Ansible community, thank you and happy automating!

Cheers,
Ansible Community Team

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAHK8evhEkaH-JSRgTL0hiSqmrODVzRxB8%3D09Y8t5BAJdfst97w%40mail.gmail.com.


[ansible-devel] Release announcement: Ansible Community Package 9.0.0

2023-11-21 Thread Anwesha Das
Hello everyone,

We're happy to announce the release of Ansible 9.0.0!

This pre-release version contains the latest version of ansible-core
2.16 and includes a curated set of Ansible collections that provides a
vast number of modules and plugins.

ansible-core is a required dependency, not contained within the
ansible packages.

How to get it?
--

[This release is available on
PyPI](https://pypi.org/project/ansible/9.0.0/) and can be installed
with pip:

`$ python3 -m pip install ansible==9.0.0 --user`

The source and the wheel for this release can be found here:

Release tarball:

https://files.pythonhosted.org/packages/28/b7/44c7823f0342b358d3eca451a49c88a1ae7ce1724c9503290de9b04e09f3/ansible-9.0.0.tar.gz

SHA256:

c337b6f31187baffe7d289f4eaefb89bb34a3aae56dda6e1e8e61e4ae405cb3a

Wheel package:

https://files.pythonhosted.org/packages/cb/3a/f4c07cb9aac56d1e4b1b329c3ef7359feec00cedf22a2ef019df7edf74b7/ansible-9.0.0-py3-none-any.whl

SHA256:

e5fd9eeca38d0241ccd414302df2aa0937aaac060aeb150aa9bcc8016a194ad3

Some important details
---

Python wheels are available for both Ansible 9.0.0 and ansible-core 2.16.0.

In addition, Ansible 9 does not install some unnecessary files from
the included Ansible collections such as tests or hidden files and
directories. This further improves installation performance and
reduces the size on disk. These files are still available in the
source tarball if needed.

Collections which have opted-in to being a part of the Ansible 9
unified changelog will have an entry on this page:

https://github.com/ansible-community/ansible-build-data/blob/main/9.0.0/CHANGELOG-v9.rst

For collections which have not opted-in to the unified changelog, you
may find more information on

https://docs.ansible.com/ansible/latest/collections

or the collection source repository. For example, the community.crypto
collection is available at

https://docs.ansible.com/ansible/latest/collections/community/crypto/index.html

and you can find a link to the source repository under the
"Repository (Sources)" button.

The changelog for ansible-core 2.16 installed by this release of
Ansible 9 can be found here:

https://github.com/ansible/ansible/blob/v2.16.0/changelogs/CHANGELOG-v2.16.rst


What's the schedule for new Ansible releases after 9.0.0?
-

The next release roadmap can be found at

https://docs.ansible.com/ansible/devel/roadmap/ansible_roadmap_index.html

Subscribe to the Bullhorn for all future release dates, announcements,
and Ansible contributor community news.

Visit this link to subscribe:

https://bit.ly/subscribe-bullhorn

You can find all past Bullhorn issues on the official wiki page:

https://github.com/ansible/community/wiki/News#the-bullhorn


Join the new Ansible Community Forum to follow along and participate
in all the discussions and release related discussions and
announcements. Feel free to share your thoughts, ideas and concerns
there.

Register here to join the Ansible Forum:

https://forum.ansible.com

Porting Help
-

A unified porting guide for collections that have opted-in is available here:

https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_9.html


Getting collection updates from Ansible 9 with older releases of ansible-core


Ansible 9 includes ansible-core 2.16 Based on your requirements, you
can get collection updates as they ship in the Ansible "batteries
included" package while continuing to use older versions of
ansible-core.

An ansible-galaxy requirements file based on the collections from
Ansible 9 has been made available for this use case:

https://github.com/ansible-community/ansible-build-data/blob/9.0.0/9/galaxy-requirements.yaml

After you download the requirements file, the collections can be
installed by running this command:

"ansible-galaxy collection install -r galaxy-requirements.yaml"

Special Thanks
-

We would like to give a shoutout with a big THANK YOU to the Maxwell
and Release Management Working Group for making this release happen!

On behalf of the Ansible community, thank you and happy automating!

Cheers
Ansible Community Team

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAHK8evhurnShZsHCpm-QqV7d9HaP6DNrUPQ0w96RDyne0kYz-A%40mail.gmail.com.


[ansible-devel] Release announcement: Ansible Community Package 9.0.0

2023-11-21 Thread Maxwell G
Hello everyone,

We're happy to announce the release of Ansible 9.0.0!

This pre-release version contains the latest version of ansible-core
2.16 and includes a curated set of Ansible collections that provides a
vast number of modules and plugins.

ansible-core is a required dependency, not contained within the
ansible package.

How to get it?
--

This release is available on PyPI and can be installed with pip:

`$ python3 -m pip install ansible==9.0.0 --user`

The source and the wheel for this release can be found here:

Release tarball:

https://files.pythonhosted.org/packages/28/b7/44c7823f0342b358d3eca451a49c88a1ae7ce1724c9503290de9b04e09f3/ansible-9.0.0.tar.gz

SHA256:

c337b6f31187baffe7d289f4eaefb89bb34a3aae56dda6e1e8e61e4ae405cb3a

Wheel package:

https://files.pythonhosted.org/packages/cb/3a/f4c07cb9aac56d1e4b1b329c3ef7359feec00cedf22a2ef019df7edf74b7/ansible-9.0.0-py3-none-any.whl

SHA256:

e5fd9eeca38d0241ccd414302df2aa0937aaac060aeb150aa9bcc8016a194ad3

Some important details
---

Python wheels are available for both Ansible 9.0.0 and ansible-core 2.16.0.

In addition, Ansible 9 does not install some unnecessary files from
the included Ansible collections such as tests or hidden files and
directories. This further improves installation performance and
reduces the size on disk. These files are still available in the
source tarball if needed.

Collections which have opted-in to being a part of the Ansible 9
unified changelog will have an entry on this page:

https://github.com/ansible-community/ansible-build-data/blob/main/9.0.0/CHANGELOG-v9.rst

For collections which have not opted-in to the unified changelog, you
may find more information on

https://docs.ansible.com/ansible/latest/collections

or the collection source repository. For example, the community.crypto
collection is available at

https://docs.ansible.com/ansible/latest/collections/community/crypto/index.html

and you can find a link to the source repository under the
"Repository (Sources)" button.

The changelog for ansible-core 2.16 installed by this release of
Ansible 9 can be found here:

https://github.com/ansible/ansible/blob/v2.16.0/changelogs/CHANGELOG-v2.16.rst


What's the schedule for new Ansible releases after 9.0.0?
-

The next release roadmap can be found at

https://docs.ansible.com/ansible/devel/roadmap/ansible_roadmap_index.html

Subscribe to the Bullhorn for all future release dates, announcements,
and Ansible contributor community news.

Visit this link to subscribe:

https://bit.ly/subscribe-bullhorn

You can find all past Bullhorn issues on the official wiki page:

https://github.com/ansible/community/wiki/News#the-bullhorn


Join the new Ansible Community Forum to follow along and participate
in all the discussions and release related discussions and
announcements. Feel free to share your thoughts, ideas and concerns
there.

Register here to join the Ansible Forum:

https://forum.ansible.com

Porting Help
-

A unified porting guide for collections that have opted-in is available here:

https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_9.html


Getting collection updates from Ansible 9 with older releases of ansible-core


Ansible 9 includes ansible-core 2.16 Based on your requirements, you
can get collection updates as they ship in the Ansible "batteries
included" package while continuing to use older versions of
ansible-core.

An ansible-galaxy requirements file based on the collections from
Ansible 9 has been made available for this use case:

https://github.com/ansible-community/ansible-build-data/blob/main/9.0.0/galaxy-requirements.yaml

After you download the requirements file, the collections can be
installed by running this command:

"ansible-galaxy collection install -r galaxy-requirements.yaml"

Special Thanks
--

We would like to give a shoutout with a big THANK YOU to the Release Management 
Working Group for making this release happen!

On behalf of the Ansible community, thank you and happy automating!

Cheers,
Maxwell

-- 
Maxwell G (@gotmax23)
Pronouns: He/They

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CX49QT1C11S6.1IY8LMA4H2SKY%40ftop2.


[ansible-devel] Ansible Core Holiday Release Schedule Update

2023-11-20 Thread Matt Martz
Due to the upcoming holiday season, we will be skipping the Dec 25/Jan 1
ansible-core release window. This same window was skipped last year. This
will likely be a pattern that holds true from year to year.

We are scheduled to release ansible-core 2.16.1, 2.15.7, and 2.14.12 on Dec
4, 2023, and will then pause until the Jan 22/29 release window (pending
applicable backports necessitating a release).

The ansible-core release schedule operates on a 4 week cycle, with release
candidates releasing 1 week before the GA release date.
-- 
Matt Martz
@sivel
sivel.net

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAD8N0v8Sin2YSbxT0KN%2BLzt2VhoeeWNBVasqKeA%2BkkEc3eoNaA%40mail.gmail.com.


[ansible-devel] Re: Release announcement: Ansible Community Package 9.0.0rc1 (Pre-Release)

2023-11-14 Thread Anwesha Das
Hello everyone,

There is a typo in my previous email, this is a RC1 (Release Candidate
1) release and not Alpha release.

Sorry for the typo and the confusion.

Cheers
Anwesha

On Tue, Nov 14, 2023 at 5:41 PM Anwesha Das  wrote:
>
> Hello everyone,
>
> We're happy to announce the Alpha release of Ansible 9.0.0rc1!
>
> This pre-release version contains the latest version of ansible-core
> 2.16 and includes a curated set of Ansible collections that provides a
> vast number of modules and plugins.
>
> ansible-core is a required dependency, not contained within the
> ansible packages.
>
> How to get it?
> --
>
> This release is available on PyPI and can be installed with pip:
>
> `$ python3 -m pip install ansible==9.0.0rc1 --user`
>
> The source and the wheel for this release can be found here:
>
> Release tarball:
>
> https://files.pythonhosted.org/packages/cc/6a/e0ed75032e025e89d78797d993e29b8cf68faba2aeed7d06582aeb5c1224/ansible-9.0.0rc1.tar.gz
>
> SHA256:
>
> 7a87375fe0931de65ed025fac4b0c760c80453959f1e7254b0584019d6e8ac47
>
> Wheel package:
>
> https://files.pythonhosted.org/packages/d9/77/24379b1e81f70ee3439159bef637c5642827c94a197a2286ec10d2a831ba/ansible-9.0.0rc1-py3-none-any.whl
>
> SHA256:
>
> 404b49c79f8bebc7e007930cdc2eca5590f562a6f11cb24f8ee3755b0ff747b5
>
> Some important details
> ---
>
> Python wheels are available for both Ansible 9.0.0rc1 and ansible-core 2.16.
>
> In addition, Ansible 9 no longer installs some unnecessary files from
> the included Ansible collections such as tests or hidden files and
> directories. This further improves installation performance and
> reduces the size on disk. These files are still available in the
> source tarball if needed.
>
> Collections which have opted-in to being a part of the Ansible 9
> unified changelog will have an entry on this page:
>
> For collections which have not opted-in to the unified changelog, you
> may find more information on
> https://docs.ansible.com/ansible/latest/collections or the collection
> source repository. For example, the community.crypto collection is
> available at 
> https://docs.ansible.com/ansible/latest/collections/community/crypto/index.html
> and you can find a link to the source repository under the
> "Repository(Sources)" button.
>
> The changelog for ansible-core 2.16 installed by this release of
> Ansible 9 can be found here:
>
> https://github.com/ansible/ansible/blob/v2.16.0/changelogs/CHANGELOG-v2.16.rst
>
>
> What's the schedule for new Ansible releases after 9.0.0rc1?
> -
>
> The next release roadmap can be found at
> https://docs.ansible.com/ansible/devel/roadmap/ansible_roadmap_index.html
>
> Subscribe to the Bullhorn for all future release dates, announcements,
> and Ansible contributor community news.
>
> Visit this link to subscribe: https://bit.ly/subscribe-bullhorn
>
> You can find all past Bullhorn issues on the official wiki page:
>
> https://github.com/ansible/community/wiki/News#the-bullhorn
>
>
> Join the new Ansible Community Forum to follow along and participate
> in all the discussions and release related discussions and
> announcements. Feel free to share your thoughts, ideas and concerns
> there.
>
> Register here to join the Ansible Forum:
>
> https://forum.ansible.com
>
> Porting Help
> -
>
> A unified porting guide for collections that have opted-in is available here:
>
> https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_9.html
>
>
> Getting collection updates from Ansible 9 with older releases of ansible-core
> 
>
> Ansible 9 includes ansible-core 2.16 Based on your requirements, you
> can get collection updates as they ship in the Ansible "batteries
> included" package while continuing to use older versions of
> ansible-core.
>
> An ansible-galaxy requirements file based on the collections from
> Ansible 9 has been made available for this use case:
>
> https://github.com/ansible-community/ansible-build-data/blob/main/9/galaxy-requirements.yaml
>
> After you download the requirements file, the collections can be
> installed by running this command:
>
> "ansible-galaxy collection install -r galaxy-requirements.yaml"
>
> Special Thanks
> -
>
> We would like to give a shoutout with a big THANK YOU to felixfontein
> and `Ansible Release Management Working Group` for making this release
> happen!
>
> On behalf of the Ansible 

[ansible-devel] Release announcement: Ansible Community Package 9.0.0rc1 (Pre-Release)

2023-11-14 Thread Anwesha Das
Hello everyone,

We're happy to announce the Alpha release of Ansible 9.0.0rc1!

This pre-release version contains the latest version of ansible-core
2.16 and includes a curated set of Ansible collections that provides a
vast number of modules and plugins.

ansible-core is a required dependency, not contained within the
ansible packages.

How to get it?
--

This release is available on PyPI and can be installed with pip:

`$ python3 -m pip install ansible==9.0.0rc1 --user`

The source and the wheel for this release can be found here:

Release tarball:

https://files.pythonhosted.org/packages/cc/6a/e0ed75032e025e89d78797d993e29b8cf68faba2aeed7d06582aeb5c1224/ansible-9.0.0rc1.tar.gz

SHA256:

7a87375fe0931de65ed025fac4b0c760c80453959f1e7254b0584019d6e8ac47

Wheel package:

https://files.pythonhosted.org/packages/d9/77/24379b1e81f70ee3439159bef637c5642827c94a197a2286ec10d2a831ba/ansible-9.0.0rc1-py3-none-any.whl

SHA256:

404b49c79f8bebc7e007930cdc2eca5590f562a6f11cb24f8ee3755b0ff747b5

Some important details
---

Python wheels are available for both Ansible 9.0.0rc1 and ansible-core 2.16.

In addition, Ansible 9 no longer installs some unnecessary files from
the included Ansible collections such as tests or hidden files and
directories. This further improves installation performance and
reduces the size on disk. These files are still available in the
source tarball if needed.

Collections which have opted-in to being a part of the Ansible 9
unified changelog will have an entry on this page:

For collections which have not opted-in to the unified changelog, you
may find more information on
https://docs.ansible.com/ansible/latest/collections or the collection
source repository. For example, the community.crypto collection is
available at 
https://docs.ansible.com/ansible/latest/collections/community/crypto/index.html
and you can find a link to the source repository under the
"Repository(Sources)" button.

The changelog for ansible-core 2.16 installed by this release of
Ansible 9 can be found here:

https://github.com/ansible/ansible/blob/v2.16.0/changelogs/CHANGELOG-v2.16.rst


What's the schedule for new Ansible releases after 9.0.0rc1?
-

The next release roadmap can be found at
https://docs.ansible.com/ansible/devel/roadmap/ansible_roadmap_index.html

Subscribe to the Bullhorn for all future release dates, announcements,
and Ansible contributor community news.

Visit this link to subscribe: https://bit.ly/subscribe-bullhorn

You can find all past Bullhorn issues on the official wiki page:

https://github.com/ansible/community/wiki/News#the-bullhorn


Join the new Ansible Community Forum to follow along and participate
in all the discussions and release related discussions and
announcements. Feel free to share your thoughts, ideas and concerns
there.

Register here to join the Ansible Forum:

https://forum.ansible.com

Porting Help
-

A unified porting guide for collections that have opted-in is available here:

https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_9.html


Getting collection updates from Ansible 9 with older releases of ansible-core


Ansible 9 includes ansible-core 2.16 Based on your requirements, you
can get collection updates as they ship in the Ansible "batteries
included" package while continuing to use older versions of
ansible-core.

An ansible-galaxy requirements file based on the collections from
Ansible 9 has been made available for this use case:

https://github.com/ansible-community/ansible-build-data/blob/main/9/galaxy-requirements.yaml

After you download the requirements file, the collections can be
installed by running this command:

"ansible-galaxy collection install -r galaxy-requirements.yaml"

Special Thanks
-

We would like to give a shoutout with a big THANK YOU to felixfontein
and `Ansible Release Management Working Group` for making this release
happen!

On behalf of the Ansible community, thank you and happy automating!

Cheers
Ansible Community Team

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAHK8eviePpxyQqSrmPEaeT2VPny39b%3DgNgR-V7kgu8oZ25zK7g%40mail.gmail.com.


[ansible-devel] Release announcement: Ansible Community Package 9.0.0b1 (Pre-Release)

2023-11-07 Thread Carol Chen
Hello everyone,

We're happy to announce the Beta release of Ansible 9.0.0b1!

This pre-release version contains the latest version of ansible-core
2.16 and includes a curated set of Ansible collections that provides a
vast number of modules and plugins.

ansible-core is a required dependency, not contained within the
ansible packages.

How to get it?
--

This release is available on PyPI and can be installed with pip:

`$ python3 -m pip install ansible==9.0.0b1 --user`

The source and the wheel for this release can be found here:

Release tarball:

https://files.pythonhosted.org/packages/72/fd/5b6d2432505612d91188d6eb71607fc8642e0063fe0f09a88c256eeec539/ansible-9.0.0b1.tar.gz

SHA256:

47fc6de9bc28b90c4aee8b7e1675bad3bdc6dd810b2eddff03df8b0f5071057d

Wheel package:

https://files.pythonhosted.org/packages/48/cc/f15d2a0cf8144ca657d3cd586161cf95c539ffce0b385f986e54a5bd7bfc/ansible-9.0.0b1-py3-none-any.whl

SHA256:

899c2be2530e692db12d47870aa5a1cac6edb4f008ad43984cb1b7651df8e08e

Some important details
---

Python wheels are available for both Ansible 9.0.0b1 and ansible-core 2.16.

In addition, Ansible 9 does not install some unnecessary files from
the included Ansible collections such as tests or hidden files and
directories. This further improves installation performance and
reduces the size on disk. These files are still available in the
source tarball if needed.

Collections which have opted-in to being a part of the Ansible 9
unified changelog will have an entry on this page:

https://github.com/ansible-community/ansible-build-data/blob/main/9/CHANGELOG-v9.rst

For collections which have not opted-in to the unified changelog, you
may find more information on

https://docs.ansible.com/ansible/latest/collections

or the collection source repository. For example, the community.crypto
collection is available at

https://docs.ansible.com/ansible/latest/collections/community/crypto/index.html
and you can find a link to the source repository under the
"Repository(Sources)" button.

The changelog for ansible-core 2.16 installed by this release of
Ansible 9 can be found here:

https://github.com/ansible/ansible/blob/v2.16.0/changelogs/CHANGELOG-v2.16.rst


What's the schedule for new Ansible releases after 9.0.0b1?
-

The next release roadmap can be found at

https://docs.ansible.com/ansible/devel/roadmap/ansible_roadmap_index.html

Subscribe to the Bullhorn for all future release dates, announcements,
and Ansible contributor community news.

Visit this link to subscribe:

https://bit.ly/subscribe-bullhorn

You can find all past Bullhorn issues on the official wiki page:

https://github.com/ansible/community/wiki/News#the-bullhorn


Join the new Ansible Community Forum to follow along and participate
in all the discussions and release related discussions and
announcements. Feel free to share your thoughts, ideas and concerns
there.

Register here to join the Ansible Forum:

https://forum.ansible.com

Porting Help
-

A unified porting guide for collections that have opted-in is available
here:

https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_9.html


Getting collection updates from Ansible 9 with older releases of
ansible-core


Ansible 9 includes ansible-core 2.16 Based on your requirements, you
can get collection updates as they ship in the Ansible "batteries
included" package while continuing to use older versions of
ansible-core.

An ansible-galaxy requirements file based on the collections from
Ansible 9 has been made available for this use case:

https://github.com/ansible-community/ansible-build-data/blob/main/9/galaxy-requirements.yaml

After you download the requirements file, the collections can be
installed by running this command:

"ansible-galaxy collection install -r galaxy-requirements.yaml"

Special Thanks
-

We would like to give a shoutout with a big THANK YOU to felixfontein for
making this release happen!

On behalf of the Ansible community, thank you and happy automating!

Cheers
Ansible Community Team

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAG2fEczYcPyrRdYr%3DbzcPEHAtFvPwrsikPGanZxCTPuJ-NLSvg%40mail.gmail.com.


[ansible-devel] Release announcement: Ansible Community Package 8.6.0

2023-11-07 Thread Carol Chen
Hello everyone,

We're happy to announce the release of the Ansible 8.6.0 package!

Ansible 8.6.0 includes ansible-core 2.15.6 as well as a curated set of
Ansible collections that provide a vast number of modules and plugins.

How to get it
--

This release is available on PyPI and can be installed with pip:

`$ python3 -m pip install ansible==8.6.0 --user`

The sources for this release can be found here:

Release tarball:

https://files.pythonhosted.org/packages/50/d4/97b8f6d10c6881c161d8677850062c9d8d4838ef8a491f34779c12253278/ansible-8.6.0.tar.gz

SHA256:

95f4e593274d59d53f36f62207535b7d272adc2701ac7a0ed7af6a6d81637a60

Wheel package:

https://files.pythonhosted.org/packages/74/ef/54a04b6abbeeb88689bbb13eb66304733e98dc433a1ec6106d01b1492f67/ansible-8.6.0-py3-none-any.whl

SHA256:

6adf5a8f3f13127c2a1e3554d484aac169c41427507f73f9b6340864cada37ea

Some important details


Python wheels are now available for both Ansible 8 and ansible-core
2.15 resulting in significantly improved installation performance.

In addition, Ansible 8 does not install some unnecessary files from
the included Ansible collections such as tests or hidden files and
directories. This further improves installation performance and
reduces the size on disk. These files are still available in the
source tarball if needed.

Collections which have opted-in to being a part of the Ansible 8
unified changelog will have an entry on this page:

https://github.com/ansible-community/ansible-build-data/blob/main/8/CHANGELOG-v8.rst

For collections which have not opted-in to the unified changelog, you
may find more information on

https://docs.ansible.com/ansible/latest/collections

source repository. For example, the community.crypto collection is
available at

https://docs.ansible.com/ansible/latest/collections/community/crypto/index.html

and you can find a link to the source repository under the
"Repository(Sources)" button.

The changelog for ansible-core 2.15.6 installed by this release of
Ansible 8 can be found here:

https://github.com/ansible/ansible/blob/v2.15.6/changelogs/CHANGELOG-v2.15.rst

What's the schedule for new Ansible releases after 8.6.0?


The next release roadmap can be found at

https://docs.ansible.com/ansible/devel/roadmap/ansible_roadmap_index.html

Subscribe to the Bullhorn for all future release dates, announcements,
and Ansible contributor community news.

Visit this link to subscribe: https://bit.ly/subscribe-bullhorn

You can find all past Bullhorn issues on the official wiki page:

https://github.com/ansible/community/wiki/News#the-bullhorn

Join the new Ansible Community Forum to follow along and participate
in all the project and release related discussions and
announcements. Feel free to share your thoughts, feedback, ideas and
concerns
there.

Register here to join the Ansible Forum:

https://forum.ansible.com

Porting Help
--

A unified porting guide for collections that have opted-in is available
here:
https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_8.html

Getting collection updates from Ansible 8 with older releases of
ansible-core
-

Ansible 8 includes ansible-core 2.15 Based on your requirements,
you can get collection updates as they ship in the Ansible "batteries
included" package while continuing to use older versions of
ansible-core.

An ansible-galaxy requirements file based on the collections from
Ansible 8 has been made available for this use case:

https://github.com/ansible-community/ansible-build-data/blob/main/8/galaxy-requirements.yaml

After you download the requirements file, the collections can be
installed by running this command:

"ansible-galaxy collection install -r galaxy-requirements.yaml"

Special Thanks
-

We would like to give a shoutout with a big THANK YOU to gotmax23 for
making this release happen!

On behalf of the Ansible community, thank you and happy automating!

Cheers
Ansible Community Team

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAG2fEcw6gsUX_SdJFROS5e1_pxvKeL_L5kApmgikAk5fPtFHQQ%40mail.gmail.com.


Re: [ansible-devel] Enhancement idea - passing module args in loop

2023-11-07 Thread Sloane Hertel
You could use module_defaults 
https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_module_defaults.html

  - template:
  owner: root
  group: radiusd
  mode: "0640"
module_defaults:
  template: "{{ item }}"
loop:
- { src: clients.conf.j2, dest: /etc/raddb/clients.conf }
- { src: proxy.conf.j2, dest: /etc/raddb/proxy.conf }

Or/additionally arg splatting (which can be unsafe in some cases if 
https://docs.ansible.com/ansible/latest/reference_appendices/config.html#inject-facts-as-vars
 
is True):

  - template:  "{{ item }}"
module_defaults:
  template:
owner: root
group: radiusd
mode: "0640"
loop:
- { src: clients.conf.j2, dest: /etc/raddb/clients.conf }
- { src: proxy.conf.j2, dest: /etc/raddb/proxy.conf }
On Wednesday, November 1, 2023 at 7:08:10 PM UTC-4 or...@nwra.com wrote:

> I'm not sure what you are trying to say. This doesn't work because what I'm
> proposing doesn't exist.
>
> But I'm wondering if it is worth proposing it as an enhancement.
>
> On 10/31/23 13:23, Avinash Jadhav wrote:
> > Please try this one
> > 
> > - template:
> > args_var: item
> > owner: root
> > group: radiusd
> > mode: "0640"
> >   loop:
> > - { src: clients.conf.j2, dest: /etc/raddb/clients.conf }
> > - { src: proxy.conf.j2, dest: /etc/raddb/proxy.conf }
> > 
> > 
> > On Wed, 1 Nov, 2023, 00:50 Orion Poplawski,  > <mailto:or...@nwra.com>> wrote:
> > 
> > I find myself writing this over and over again:
> > 
> > - template:
> > src: "{{ item.src }}"
> > dest: "{{ item.dest }}"
> > owner: root
> > group: radiusd
> > mode: "0640"
> >   loop:
> > - { src: clients.conf.j2, dest: /etc/raddb/clients.conf }
> > - { src: proxy.conf.j2, dest: /etc/raddb/proxy.conf }
> > 
> > 
> > What about being able to do something like:
> > 
> > - template:
> > args_var: item
> > owner: root
> > group: radiusd
> > mode: "0640"
> >   loop:
> > - { src: clients.conf.j2, dest: /etc/raddb/clients.conf }
> > - { src: proxy.conf.j2, dest: /etc/raddb/proxy.conf }
> > 
> > Not so dramatic with only two parameters, but I have some with 5 or moe.
> > 
> > -- 
> > Orion Poplawski
> > IT Systems Manager 720-772-5637 
> <(720)%20772-5637>
> > NWRA, Boulder/CoRA Office FAX: 303-415-9702 
> <(303)%20415-9702>
> > 3380 Mitchell Lane   or...@nwra.com
> > <mailto:or...@nwra.com>
> > Boulder, CO 80301 https://www.nwra.com/
> > <https://www.nwra.com/>
> > 
> > -- 
> > You received this message because you are subscribed to the Google Groups
> > "Ansible Development" group.
> > To unsubscribe from this group and stop receiving emails from it, send an
> > email to ansible-deve...@googlegroups.com
> > <mailto:ansible-devel%2bunsu...@googlegroups.com>.
> > To view this discussion on the web visit
> > 
> https://groups.google.com/d/msgid/ansible-devel/35765b61-39cc-46e2-aa5c-b3b728a0ddf8%40nwra.com
>  
> <
> https://groups.google.com/d/msgid/ansible-devel/35765b61-39cc-46e2-aa5c-b3b728a0ddf8%40nwra.com
> >.
> > 
>
> -- 
> Orion Poplawski
> IT Systems Manager 720-772-5637 <(720)%20772-5637>
> NWRA, Boulder/CoRA Office FAX: 303-415-9702 <(303)%20415-9702>
> 3380 Mitchell Lane or...@nwra.com
> Boulder, CO 80301 https://www.nwra.com/
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/f371b2e5-5b30-4d2e-bc01-f832dda9720an%40googlegroups.com.


[ansible-devel] Stasiunplay

2023-11-06 Thread Stasiunplay
[image: stasiunplay-bonus-deposit-20k.jpg]

Stasiunplay situs resmi permainan Slot Online Terpercaya 2023
Link Daftar: https://aec-sudan.org/
Link Alternatif: https://tinyurl.com/seostp01

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/0443e1f3-c779-488d-983f-d68600e4816dn%40googlegroups.com.


[ansible-devel] New release: ansible-core 2.16.0 - All My Love

2023-11-06 Thread Matt Martz
Hi all- we're happy to announce the general release of:

ansible-core 2.16.0


How to get it
-

$ python3 -m pip install --user ansible-core==2.16.0

The release artifacts can be found here:

# Built Distribution: 2247142 bytes
# SHA256: 6b4870ac65b708953e1509b8ccca669731a17d2beadabd8208c9f90d189058ca
https://files.pythonhosted.org/packages/2f/ab/6357d8f3c17fec8c49c6119968292c14d3383c631bd900f6dc5593eb64a9/ansible_core-2.16.0-py3-none-any.whl
# Source Distribution: 3155083 bytes
# SHA256: b4a6c60fbc2f51e3ae68ec733c931ef957a04d7c8c92aa39242990b0f8adf149
https://files.pythonhosted.org/packages/6c/12/c0aec5705ee693986f62755fd3abbaf42ff3963980e42add4a2986ad79b0/ansible-core-2.16.0.tar.gz


What's new
--

This release is a major release. The full changelog can be found here:

https://github.com/ansible/ansible/blob/v2.16.0/changelogs/CHANGELOG-v2.16.rst

Important Changes:

* Drop Python 3.5 support for module execution
* Drop Python 3.9 support for controller
* Add Python 3.12 support
* Preserve display context when proxying display over the queue
* Update TaskExecutor to not unnecessarily establish persistent
ansible-connection when not needed


Schedule for future releases


The next release candidate is planned to be released on 27 November 2023.
The next general availability release will be one week after.


Porting help


If you discover any errors or if any of your working playbooks break when
you upgrade, please use the following link to report the regression:

https://github.com/ansible/ansible/issues/new/choose

In your issue, be sure to mention the version that works and the one that
doesn't.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAD8N0v_Gru71yroYCND9ErxkkQhm%2BJ5cGRhph84AhhytRL1bKQ%40mail.gmail.com.


[ansible-devel] New release: ansible-core 2.15.6

2023-11-06 Thread Matt Martz
Hi all- we're happy to announce the general release of:

ansible-core 2.15.6


How to get it
-

$ python3 -m pip install --user ansible-core==2.15.6

The release artifacts can be found here:

# Built Distribution: 2246779 bytes
# SHA256: fab3a5994482991274cae17500ca852007dbd76f564418f172f07cb00edbb293
https://files.pythonhosted.org/packages/85/3c/d18106a36722f7ae1790cc17472ef36c136ba510a57375ce6f56e65f61b1/ansible_core-2.15.6-py3-none-any.whl
# Source Distribution: 3154982 bytes
# SHA256: 351278fb8685fec1d645e2ddcfdca0c73456ff1db06426b86b6dd53774f7d7ba
https://files.pythonhosted.org/packages/13/06/5a513783d171467dba861f0341cda9f41044b9ba42462ac2b063da568550/ansible-core-2.15.6.tar.gz


What's new
--

This release is a maintenance release containing numerous bugfixes.

The full changelog can be found here:

https://github.com/ansible/ansible/blob/v2.15.6/changelogs/CHANGELOG-v2.15.rst


Schedule for future releases


The next release candidate is planned to be released on 27 November 2023.
The next general availability release will be one week after.


Porting help


If you discover any errors or if any of your working playbooks break when
you upgrade, please use the following link to report the regression:

https://github.com/ansible/ansible/issues/new/choose

In your issue, be sure to mention the version that works and the one that
doesn't.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAD8N0v-WHjqh03KuV8HKutwhZecxxmHXEpZsU_i-xEBNq_mxaQ%40mail.gmail.com.


Re: [ansible-devel] Enhancement idea - passing module args in loop

2023-11-01 Thread Orion Poplawski
I'm not sure what you are trying to say.  This doesn't work because what I'm
proposing doesn't exist.

But I'm wondering if it is worth proposing it as an enhancement.

On 10/31/23 13:23, Avinash Jadhav wrote:
> Please try this one
> 
> - template:
>     args_var: item
>     owner: root
>     group: radiusd
>     mode: "0640"
>   loop:
>     - { src: clients.conf.j2, dest: /etc/raddb/clients.conf }
>     - { src: proxy.conf.j2, dest: /etc/raddb/proxy.conf }
> 
> 
> On Wed, 1 Nov, 2023, 00:50 Orion Poplawski,  <mailto:or...@nwra.com>> wrote:
> 
> I find myself writing this over and over again:
> 
> - template:
>     src: "{{ item.src }}"
>     dest: "{{ item.dest }}"
>     owner: root
>     group: radiusd
>     mode: "0640"
>   loop:
>     - { src: clients.conf.j2, dest: /etc/raddb/clients.conf }
>     - { src: proxy.conf.j2, dest: /etc/raddb/proxy.conf }
> 
> 
> What about being able to do something like:
> 
> - template:
>     args_var: item
>     owner: root
>     group: radiusd
>     mode: "0640"
>   loop:
>     - { src: clients.conf.j2, dest: /etc/raddb/clients.conf }
>     - { src: proxy.conf.j2, dest: /etc/raddb/proxy.conf }
> 
> Not so dramatic with only two parameters, but I have some with 5 or moe.
> 
> -- 
> Orion Poplawski
> IT Systems Manager                         720-772-5637
> NWRA, Boulder/CoRA Office             FAX: 303-415-9702
> 3380 Mitchell Lane                       or...@nwra.com
> <mailto:or...@nwra.com>
> Boulder, CO 80301                 https://www.nwra.com/
> <https://www.nwra.com/>
> 
> -- 
> You received this message because you are subscribed to the Google Groups
> "Ansible Development" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to ansible-devel+unsubscr...@googlegroups.com
> <mailto:ansible-devel%2bunsubscr...@googlegroups.com>.
> To view this discussion on the web visit
> 
> https://groups.google.com/d/msgid/ansible-devel/35765b61-39cc-46e2-aa5c-b3b728a0ddf8%40nwra.com
>  
> <https://groups.google.com/d/msgid/ansible-devel/35765b61-39cc-46e2-aa5c-b3b728a0ddf8%40nwra.com>.
> 

-- 
Orion Poplawski
IT Systems Manager 720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane       or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/541c5e07-f2e4-4e9a-8ed6-a2227b39c32e%40nwra.com.


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [ansible-devel] Enhancement idea - passing module args in loop

2023-10-31 Thread Avinash Jadhav
Please try this one

- template:
args_var: item
owner: root
group: radiusd
mode: "0640"
  loop:
- { src: clients.conf.j2, dest: /etc/raddb/clients.conf }
- { src: proxy.conf.j2, dest: /etc/raddb/proxy.conf }


On Wed, 1 Nov, 2023, 00:50 Orion Poplawski,  wrote:

> I find myself writing this over and over again:
>
> - template:
> src: "{{ item.src }}"
> dest: "{{ item.dest }}"
> owner: root
> group: radiusd
> mode: "0640"
>   loop:
> - { src: clients.conf.j2, dest: /etc/raddb/clients.conf }
> - { src: proxy.conf.j2, dest: /etc/raddb/proxy.conf }
>
>
> What about being able to do something like:
>
> - template:
> args_var: item
> owner: root
> group: radiusd
> mode: "0640"
>   loop:
> - { src: clients.conf.j2, dest: /etc/raddb/clients.conf }
> - { src: proxy.conf.j2, dest: /etc/raddb/proxy.conf }
>
> Not so dramatic with only two parameters, but I have some with 5 or moe.
>
> --
> Orion Poplawski
> IT Systems Manager 720-772-5637
> NWRA, Boulder/CoRA Office FAX: 303-415-9702
> 3380 Mitchell Lane   or...@nwra.com
> Boulder, CO 80301 https://www.nwra.com/
>
> --
> You received this message because you are subscribed to the Google Groups
> "Ansible Development" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to ansible-devel+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/ansible-devel/35765b61-39cc-46e2-aa5c-b3b728a0ddf8%40nwra.com
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CABAvFDMn8xBGOv%2BZV1v9B%3D_fGqcJ5%3DJJQZaKbVrVg6JitVvuZQ%40mail.gmail.com.


[ansible-devel] Enhancement idea - passing module args in loop

2023-10-31 Thread Orion Poplawski
I find myself writing this over and over again:

- template:
src: "{{ item.src }}"
dest: "{{ item.dest }}"
owner: root
group: radiusd
mode: "0640"
  loop:
- { src: clients.conf.j2, dest: /etc/raddb/clients.conf }
- { src: proxy.conf.j2, dest: /etc/raddb/proxy.conf }


What about being able to do something like:

- template:
args_var: item
owner: root
group: radiusd
mode: "0640"
  loop:
- { src: clients.conf.j2, dest: /etc/raddb/clients.conf }
- { src: proxy.conf.j2, dest: /etc/raddb/proxy.conf }

Not so dramatic with only two parameters, but I have some with 5 or moe.

-- 
Orion Poplawski
IT Systems Manager 720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/35765b61-39cc-46e2-aa5c-b3b728a0ddf8%40nwra.com.


smime.p7s
Description: S/MIME Cryptographic Signature


[ansible-devel] New release candidate: ansible-core 2.15.6rc1

2023-10-30 Thread Matt Martz
Hi all- we're happy to announce the following release candidate:

ansible-core 2.15.6rc1


How to get it
-

$ python3 -m pip install --user ansible-core==2.15.6rc1

The release artifacts can be found here:

# Built Distribution: 2246832 bytes
# SHA256: 47b7542ce782f53e6e7e275dae5ec4efe6f0394e60b57378a6ec7f614e26af42
https://files.pythonhosted.org/packages/a6/4d/02e83e5a23920c7a717375c645d69e1457f07a113e0816d541dfa5df/ansible_core-2.15.6rc1-py3-none-any.whl
# Source Distribution: 3160266 bytes
# SHA256: 2ca39abeb8f5d2aac1d08fc4077ac7e54122410e9402a39d7d4b7829768b4f3b
https://files.pythonhosted.org/packages/38/7f/78ebf6b62ac55446df3815a40fa7eb73ab5214ee06514753e110f9802c55/ansible-core-2.15.6rc1.tar.gz


What's new
--

This release is a maintenance release containing numerous bugfixes.

The full changelog can be found here:

https://github.com/ansible/ansible/blob/v2.15.6rc1/changelogs/CHANGELOG-v2.15.rst


Schedule for future releases


The release candidate will become a general availability release on 6
November 2023.


Porting help


If you discover any errors or if any of your working playbooks break when
you upgrade, please use the following link to report the regression:

https://github.com/ansible/ansible/issues/new/choose

In your issue, be sure to mention the version that works and the one that
doesn't.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAD8N0v9NEYeAsgbF_RyD2PeqRVa7HJhnM2Qyr_BxEur0biWhoA%40mail.gmail.com.


[ansible-devel] Release announcement : Ansible Community Package 9.0.0a3 (Pre Release)

2023-10-17 Thread Anwesha Das
Hello everyone,

We're happy to announce the Alpha release of Ansible 9.0.0a3!

This pre-release version contains the latest version of ansible-core
2.16 and includes a curated set of Ansible collections that provides a
vast number of modules and plugins.

ansible-core is a required dependency, not contained within the
ansible packages.

How to get it?
--

This release is available on PyPI and can be installed with pip:

`$ python3 -m pip install ansible==9.0.0a3 --user`

The source and the wheel for this release can be found here:

Release tarball:

https://files.pythonhosted.org/packages/ef/48/6663f8b254906341c3e4ecf2acf5d6bcd32fc803e4f83a816668bc071570/ansible-9.0.0a3.tar.gz

SHA256:

0ecdc1f75044b8518b099cfe98708141f257cd9857f88624fddbbb51b3e816c7

Wheel package:

https://files.pythonhosted.org/packages/46/99/b5c73c28ddd890abd94b0a6af86ef508d602381bc8953146d4f909cbc7d3/ansible-9.0.0a3-py3-none-any.whl

SHA256:

dec7a0875f58bbdbad330fd7aa420a5fb74af08e0df7a9a7ef9af364e3a3f7ee

Some important details
---

Python wheels are available for both Ansible 9.0.0a3 and ansible-core 2.16.

In addition, Ansible 9 no longer installs some unnecessary files from
the included Ansible collections such as tests or hidden files and
directories. This further improves installation performance and
reduces the size on disk. These files are still available in the
source tarball if needed.

Collections which have opted-in to being a part of the Ansible 9
unified changelog will have an entry on this page:

https://github.com/ansible-community/ansible-build-data/blob/main/9/CHANGELOG-v9.rst

For collections which have not opted-in to the unified changelog, you
may find more information on

https://docs.ansible.com/ansible/latest/collections

or the collection source repository. For example, the community.crypto
collection is available at

https://docs.ansible.com/ansible/latest/collections/community/crypto/index.html
and you can find a link to the source repository under the
"Repository(Sources)" button.

The changelog for ansible-core 2.16 installed by this release of
Ansible 9 can be found here:

https://github.com/ansible/ansible/blob/v2.16.0rc1/changelogs/CHANGELOG-v2.16.rst


What's the schedule for new Ansible releases after 9.0.0a3?
-

The next release roadmap can be found at

https://docs.ansible.com/ansible/devel/roadmap/ansible_roadmap_index.html

Subscribe to the Bullhorn for all future release dates, announcements,
and Ansible contributor community news.

Visit this link to subscribe:

https://bit.ly/subscribe-bullhorn

You can find all past Bullhorn issues on the official wiki page:

https://github.com/ansible/community/wiki/News#the-bullhorn


Join the new Ansible Community Forum to follow along and participate
in all the discussions and release related discussions and
announcements. Feel free to share your thoughts, ideas and concerns
there.

Register here to join the Ansible Forum:

https://forum.ansible.com

Porting Help
-

A unified porting guide for collections that have opted-in is available here:

https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_9.html


Getting collection updates from Ansible 9 with older releases of ansible-core


Ansible 9 includes ansible-core 2.16 Based on your requirements, you
can get collection updates as they ship in the Ansible "batteries
included" package while continuing to use older versions of
ansible-core.

An ansible-galaxy requirements file based on the collections from
Ansible 9 has been made available for this use case:

https://github.com/ansible-community/ansible-build-data/blob/main/9/galaxy-requirements.yaml

After you download the requirements file, the collections can be
installed by running this command:

"ansible-galaxy collection install -r galaxy-requirements.yaml"

On behalf of the Ansible community, thank you and happy automating!

Cheers
Ansible Community Team

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAHK8evh9vQwUg%3DiCb3HhbD8HsHaFam53_sUWWj35D13r-MskGg%40mail.gmail.com.


[ansible-devel] New release candidate: ansible-core 2.16.0rc1 - All My Love

2023-10-16 Thread Matt Martz
Hi all- we're happy to announce the following release candidate:

ansible-core 2.16.0rc1


How to get it
-

$ python3 -m pip install --user ansible-core==2.16.0rc1

The release artifacts can be found here:

# Built Distribution: 2247181 bytes
# SHA256: 424473128c5eb69901f8b479ac78037f1bb8a8129295630400fde6498ad5998e
https://files.pythonhosted.org/packages/dd/a6/48ec1ab9af5175e2009f334ad722b31d134fd7f80d97b6094bb0c8dd1485/ansible_core-2.16.0rc1-py3-none-any.whl
# Source Distribution: 3161680 bytes
# SHA256: 6b434090d278e3871dc57690c6433b85317bdb5897995b606dcb323089850512
https://files.pythonhosted.org/packages/0a/87/9efe4458bcc284fda0d962d42349fb453e44a3237e5d230f12b20df9ae7e/ansible-core-2.16.0rc1.tar.gz


What's new
--

This release is a major release. The full changelog can be found here:

https://github.com/ansible/ansible/blob/v2.16.0rc1/changelogs/CHANGELOG-v2.16.rst


Schedule for future releases


Subject to the need for additional release candidates, this release
candidate will become a general availability release on 6 November 2023.


Porting help


If you discover any errors or if any of your working playbooks break when
you upgrade, please use the following link to report the regression:

https://github.com/ansible/ansible/issues/new/choose

In your issue, be sure to mention the version that works and the one that
doesn't.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAD8N0v-aW0Df2hrmTe_YT3Bvrpjyf3ayZPhi995CvR%2BhNR8FSA%40mail.gmail.com.


Re: [ansible-devel] Environment variables

2023-10-16 Thread Mark Chappell
On Mon, 16 Oct 2023 at 09:09, Y.G Kumar  wrote:

> This is not working either:
>

Attempting to read between the lines, you've misunderstood what the
"environment" parameter does.  The "environment" parameter sets the shell
environment variables for a specific *task*[1].  It doesn't affect later
tasks in the play.  The fragments you posted both attempt to set the
environment variable for a single task based on the future output of said
task.  Ansible isn't prescient, and can't do this.  Hence you see the
error.  What you probably wanted to do was retrieve the output, and then
use it in a future task.

Based on your response to Avinash you're trying to consume that environment
variable inside "pure.yml", which could be achieved as follows.

"""
- hosts: localhost
  tasks:
- name: "subtask"
  shell: lsblk --nodeps  | grep disk | wc -l
  register: disk_count_result

- name: "set fact"
  set_fact:
disk_count: "{{ disk_count_result.stdout | int }}"

- include_tasks: pure.yml
  environment:
MY_DISK_COUNT: "{{ disk_count }}"
"""

That said, I suspect you're trying to convert a bash script into an Ansible
playbook.  In which case "set_fact" is the closest analogue to setting
environment variables, and you're probably best totally ignoring the
"environment" parameter.  Once you use "set_fact" in a task, all tasks
after it can access the fact it sets.

For example:

"""
- hosts: localhost
  tasks:
- name: "Get number of disks"
  shell: lsblk --nodeps  | grep disk | wc -l
  register: disk_count_result

- name: "set disk_count fact"
  set_fact:
disk_count: "{{ disk_count_result.stdout | int }}"

- name: "Do something with disk_count"
  shell: "echo {{ disk_count }}"

- name: "Do something with MY_DISK_COUNT exposed as an environment
variable to this specific task"
  shell: "export | grep COUNT"
  environment:
MY_DISK_COUNT: "{{ disk_count }}"

- name: "repeat same command without exposing MY_DISK_COUNT to this
specific task"
  shell: "export | grep COUNT"
"""

However, as you appear to already know.  The question you've posted is
*not* what this list is for:

- It's not a bug in Ansible (which should be reported in GitHub as an
issue, but might get traction here)
- It's not an attempt to start a discussion about how some future feature
might function.
- It's not a question about developing a custom module for Ansible.
- It's not an announcement about a milestone in the Ansible development
lifecycle.

This kind of question is best suited for the ansible-project mailing list
which "is for sharing Ansible tips, answering questions about playbooks and
roles, and general user discussion".  But, you should include more than
just the output of a single task and its error.  I would also strongly
recommend spending some time working through some Ansible tutorials.  I
suspect you've misunderstood some of the underlying fundamentals of how
Ansible works, which is only going to lead to further frustration.


Mark
[1] In the case of block, import_tasks and include_tasks, it applies to
tasks run as part of the block/import/include.
-- 
Mark Chappell
Senior Principal Systems Engineer, Red Hat GmbH
Tel: +49 89 205 071 284   Mob: +49 172 7 32 16 87
Fax: +49 89 205 071 111
GnuPG: 6FEA E991 09E8 6CA2 0498  8696 D9E0 55E6 C46E A90E

Red Hat GmbH <https://www.redhat.com/de/global/dach>,
Sitz: Werner von Siemens Ring 12, D-85630 Grasbrunn
Handelsregister: Amtsgericht München, HRB 153243,
Geschäftsführer: Ryan Barnhart, Charles Cachera, Michael O'Neill, Amy Ross

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAMCBCy%2B3p2Ex7FP5%2BisyjsLjQRxqUBKTd48XeBkgqi%3DZF1xnuA%40mail.gmail.com.


Re: [ansible-devel] Environment variables

2023-10-16 Thread Y.G Kumar
Just to reiterate my requirement.  I just want to create a remote 
environment variable by assigning to it the value contained in a registered 
variable while executing the shell command
as shown below

---
- hosts: localhost

  tasks:
- name: "subtask"
  shell: lsblk --nodeps  | grep disk | wc -l
  register: disk_count_result

- name: "set fact"
  environment:
MY_DISK_COUNT: "{{ disk_count_result.stdout }}"

On Monday, October 16, 2023 at 12:39:21 PM UTC+5:30 Y.G Kumar wrote:

> This is not working either:
>
> ---
> ---
> - hosts: localhost
>
>   tasks:
> - name: "subtask"
>   shell: lsblk --nodeps  | grep disk | wc -l
>   register: disk_count_result
>
> - name: "set fact"
>   set_fact:
> disk_count: "{{ disk_count_result.stdout | int }}"
>   environment:
> MY_DISK_COUNT: "{{ disk_count }}"
>
> - include_tasks: pure.yml
> ---
>
> fatal: [localhost]: FAILED! => {"msg": "The field 'environment' has an 
> invalid value, which includes an undefined variable. The error was: 
> 'disk_count' is undefined\n\nThe error appears to be in '/root/test.yaml': 
> line 8, column 7, but may\nbe elsewhere in the file depending on the exact 
> syntax problem.\n\nThe offending line appears to be:\n\n\n- name: \"set 
> fact\"\n  ^ here\n"}
>
> On Sunday, October 15, 2023 at 11:17:01 PM UTC+5:30 avinash...@gmail.com 
> wrote:
>
>> Please try this one
>>
>> ---
>> hosts: localhost
>> tasks:
>>   - name: "subtask"
>> command: lsblk --nodeps | grep disk | wc -l
>> register: disk_count_result
>>
>>   - name: "set fact"
>> set_fact:
>>   disk_count: "{{ disk_count_result.stdout | int }}"
>>
>>   - name: "print disk count"
>> debug:
>>   msg: "Disk count is {{ disk_count }}"
>>
>>   - name: "use disk count in environment variable"
>> shell: echo "Disk Count: {{ disk_count }}"
>> environment:
>>   MY_DISK_COUNT: "{{ disk_count }}"
>>
>>
>> On Sun, 15 Oct, 2023, 23:13 Y.G Kumar,  wrote:
>>
>>> Hi All,
>>>
>>> Please don't yell at me for posting in this group.
>>> I have already written to the ansible project group.
>>> They are saying it is not possible to achieve the following result.
>>> I have written the below code and it is not working.
>>>
>>> 
>>> hosts: localhost
>>>   tasks:
>>> - name: "subtask"
>>>   shell: lsblk --nodeps  | grep disk | wc -l
>>>   register: disk_count
>>>   environment: "{{ disk_count.stdout }}"
>>> -- 
>>>
>>> It is throwing undefined variable disk_count. I want to capture the 
>>> value of
>>> the shell command output into an environment variable. But it is not 
>>> working.
>>> Can someone help me achieve this ?
>>>
>>> Thanks
>>>
>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "Ansible Development" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to ansible-deve...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/ansible-devel/235199ad-4ac5-4928-92a1-70512b098cf8n%40googlegroups.com
>>>  
>>> <https://groups.google.com/d/msgid/ansible-devel/235199ad-4ac5-4928-92a1-70512b098cf8n%40googlegroups.com?utm_medium=email_source=footer>
>>> .
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/8fea6d9c-1c99-44ae-a2f4-1b1a14d60530n%40googlegroups.com.


Re: [ansible-devel] Environment variables

2023-10-16 Thread Y.G Kumar
This is not working either:

---
---
- hosts: localhost
  tasks:
- name: "subtask"
  shell: lsblk --nodeps  | grep disk | wc -l
  register: disk_count_result

- name: "set fact"
  set_fact:
disk_count: "{{ disk_count_result.stdout | int }}"
  environment:
MY_DISK_COUNT: "{{ disk_count }}"

- include_tasks: pure.yml
---

fatal: [localhost]: FAILED! => {"msg": "The field 'environment' has an 
invalid value, which includes an undefined variable. The error was: 
'disk_count' is undefined\n\nThe error appears to be in '/root/test.yaml': 
line 8, column 7, but may\nbe elsewhere in the file depending on the exact 
syntax problem.\n\nThe offending line appears to be:\n\n\n- name: \"set 
fact\"\n  ^ here\n"}

On Sunday, October 15, 2023 at 11:17:01 PM UTC+5:30 avinash...@gmail.com 
wrote:

> Please try this one
>
> ---
> hosts: localhost
> tasks:
>   - name: "subtask"
> command: lsblk --nodeps | grep disk | wc -l
> register: disk_count_result
>
>   - name: "set fact"
> set_fact:
>   disk_count: "{{ disk_count_result.stdout | int }}"
>
>   - name: "print disk count"
> debug:
>   msg: "Disk count is {{ disk_count }}"
>
>   - name: "use disk count in environment variable"
> shell: echo "Disk Count: {{ disk_count }}"
> environment:
>   MY_DISK_COUNT: "{{ disk_count }}"
>
>
> On Sun, 15 Oct, 2023, 23:13 Y.G Kumar,  wrote:
>
>> Hi All,
>>
>> Please don't yell at me for posting in this group.
>> I have already written to the ansible project group.
>> They are saying it is not possible to achieve the following result.
>> I have written the below code and it is not working.
>>
>> 
>> hosts: localhost
>>   tasks:
>> - name: "subtask"
>>   shell: lsblk --nodeps  | grep disk | wc -l
>>   register: disk_count
>>   environment: "{{ disk_count.stdout }}"
>> -- 
>>
>> It is throwing undefined variable disk_count. I want to capture the value 
>> of
>> the shell command output into an environment variable. But it is not 
>> working.
>> Can someone help me achieve this ?
>>
>> Thanks
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Ansible Development" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to ansible-deve...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/ansible-devel/235199ad-4ac5-4928-92a1-70512b098cf8n%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/ansible-devel/235199ad-4ac5-4928-92a1-70512b098cf8n%40googlegroups.com?utm_medium=email_source=footer>
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/4c3e3eb3-0f28-4dd7-81a9-b7d6775995b9n%40googlegroups.com.


Re: [ansible-devel] Environment variables

2023-10-15 Thread Avinash Jadhav
Please try this one

---
hosts: localhost
tasks:
  - name: "subtask"
command: lsblk --nodeps | grep disk | wc -l
register: disk_count_result

  - name: "set fact"
set_fact:
  disk_count: "{{ disk_count_result.stdout | int }}"

  - name: "print disk count"
debug:
  msg: "Disk count is {{ disk_count }}"

  - name: "use disk count in environment variable"
shell: echo "Disk Count: {{ disk_count }}"
environment:
  MY_DISK_COUNT: "{{ disk_count }}"


On Sun, 15 Oct, 2023, 23:13 Y.G Kumar,  wrote:

> Hi All,
>
> Please don't yell at me for posting in this group.
> I have already written to the ansible project group.
> They are saying it is not possible to achieve the following result.
> I have written the below code and it is not working.
>
> 
> hosts: localhost
>   tasks:
> - name: "subtask"
>   shell: lsblk --nodeps  | grep disk | wc -l
>   register: disk_count
>   environment: "{{ disk_count.stdout }}"
> --
>
> It is throwing undefined variable disk_count. I want to capture the value
> of
> the shell command output into an environment variable. But it is not
> working.
> Can someone help me achieve this ?
>
> Thanks
>
> --
> You received this message because you are subscribed to the Google Groups
> "Ansible Development" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to ansible-devel+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/ansible-devel/235199ad-4ac5-4928-92a1-70512b098cf8n%40googlegroups.com
> <https://groups.google.com/d/msgid/ansible-devel/235199ad-4ac5-4928-92a1-70512b098cf8n%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CABAvFDPKpwuvJuYJwszTc5hMahwO3583xQmtGJET3-%3DpRuwXZA%40mail.gmail.com.


[ansible-devel] Environment variables

2023-10-15 Thread Y.G Kumar
Hi All,

Please don't yell at me for posting in this group.
I have already written to the ansible project group.
They are saying it is not possible to achieve the following result.
I have written the below code and it is not working.


hosts: localhost
  tasks:
- name: "subtask"
  shell: lsblk --nodeps  | grep disk | wc -l
  register: disk_count
  environment: "{{ disk_count.stdout }}"
-- 

It is throwing undefined variable disk_count. I want to capture the value of
the shell command output into an environment variable. But it is not 
working.
Can someone help me achieve this ?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/235199ad-4ac5-4928-92a1-70512b098cf8n%40googlegroups.com.


[ansible-devel] Release announcement : Ansible Community Package 8.5.0

2023-10-11 Thread Anwesha Das
Hello everyone,

We're happy to announce the release of the Ansible 8.5.0 package!

Ansible 8.5.0 includes ansible-core 2.15.5 as well as a curated set of
Ansible collections that provide a vast number of modules and plugins.

How to get it
--

This release is available on PyPI and can be installed with pip:

`$ python3 -m pip install ansible==8.5.0 --user`

The sources for this release can be found here:

Release tarball:

https://files.pythonhosted.org/packages/37/6e/53718ca07b7c46ac4777f9d1b13480cbe0b04f6a686c8436029f00ce25be/ansible-8.5.0.tar.gz

SHA256:

327c509bdaf5cdb2489d85c09d2c107e9432f9874c8bb5c0702a731160915f2d

Wheel package:

https://files.pythonhosted.org/packages/08/a2/35c6110299306db0495b61c57d24d042f57858923fbb1bee85347c1ed8bc/ansible-8.5.0-py3-none-any.whl

SHA256:

2749032e26b0dbc9a694528b85fd89e7f950b8c7b53606f17dd997f23ac7cc88

Some important details


Python wheels are now available for both Ansible 8 and ansible-core
2.15 resulting in significantly improved installation performance.

In addition, Ansible 8 no longer installs some unnecessary files from
the included Ansible collections such as tests or hidden files and
directories. This further improves installation performance and
reduces the size on disk. These files are still available in the
source tarball if needed.

Collections which have opted-in to being a part of the Ansible 8
unified changelog will have an entry on this page:

https://github.com/ansible-community/ansible-build-data/blob/main/8/CHANGELOG-v8.rst

For collections which have not opted-in to the unified changelog, you
may find more information on

https://docs.ansible.com/ansible/latest/collections

source repository. For example, the community.crypto collection is
available at

https://docs.ansible.com/ansible/latest/collections/community/crypto/index.html

and you can find a link to the source repository under the
"Repository(Sources)" button.

The changelog for ansible-core 2.15.5 installed by this release of
Ansible 8 can be found here:

https://github.com/ansible/ansible/blob/v2.15.5/changelogs/CHANGELOG-v2.15.rst

What's the schedule for new Ansible releases after 8.5.0?


The next release roadmap can be found at

https://docs.ansible.com/ansible/devel/roadmap/ansible_roadmap_index.html

Subscribe to the Bullhorn for all future release dates, announcements,
and Ansible contributor community news.

Visit this link to subscribe: https://bit.ly/subscribe-bullhorn

You can find all past Bullhorn issues on the official wiki page:

https://github.com/ansible/community/wiki/News#the-bullhorn

Join the new Ansible Community Forum to follow along and participate
in all the project and release related discussions and
announcements. Feel free to share your thoughts, feedback, ideas and concerns
there.

Register here to join the Ansible Forum:

https://forum.ansible.com

Porting Help
--

A unified porting guide for collections that have opted-in is available here:
https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_8.html

Getting collection updates from Ansible 8 with older releases of ansible-core
-

Ansible 8 includes ansible-core 2.15 Based on your requirements,
you can get collection updates as they ship in the Ansible "batteries
included" package while continuing to use older versions of
ansible-core.

An ansible-galaxy requirements file based on the collections from
Ansible 8 has been made available for this use case:

https://github.com/ansible-community/ansible-build-data/blob/main/8/galaxy-requirements.yaml

After you download the requirements file, the collections can be
installed by running this command:

"ansible-galaxy collection install -r galaxy-requirements.yaml"

On behalf of the Ansible community, thank you and happy automating!

Cheers
Ansible Community Team

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAHK8eviOjoRXM3%2BkLR%2B_o0YSFw3x8RN66MSPzTKzRXUcKbDAKw%40mail.gmail.com.


Re: [ansible-devel] Need assistance

2023-10-10 Thread 'Jonathan Kamens' via Ansible Development
1) This is the second message you have sent to this list asking for help 
with using Ansible when that's not what this list is for, after I (and 
perhaps others) emailed you privately and politely pointed out you were 
on the wrong list and pointed you at the correct forums for Ansible 
usage questions. Please respect the members of this list and do not 
continue to seek Ansible usage help here.


2) The previous answer you were given is not correct. Please see 
https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_environment.html.


On 10/10/23 10:51, Y.G Kumar wrote:

I am trying this:
---
---
- hosts: localhost
  vars:
    script_var1: "hi"
    script_var2: "there"
  tasks:
    - name: List
      shell: bash test.sh

cat test.sh
--
#!/bin/bash

echo "$script_var1"
echo "$script_var2"
--
But it is not working. The ansible is not picking up the variable 
values. stdout is empty:

--
    "stdout": "",
    "stdout_lines": []
--

On Tuesday, October 10, 2023 at 5:08:22 PM UTC+5:30 
avinash...@gmail.com wrote:


You can try

Yaml


- name: Execute the script with variables
  ansible.builtin.command: bash /tmp/test.sh
  vars:
    script_var1: "{{ ansible_var1 }}"
    script_var2: "{{ ansible_var2 }}"


Shell script
#!/bin/bash

echo "Script variable 1: $script_var1"
echo "Script variable 2: $script_var2"





On Tue, 10 Oct, 2023, 17:03 Y.G Kumar,  wrote:

Hi All,

I want to refer user defined ansible variables inside a shell
script.  Can anyone help me how to  accomplish this ? For
example, for the below code:

--
    - name: Execute the script
      ansible.builtin.command: bash /tmp/test.sh
-- 


I want to access ansible variables inside the shell script
test.sh.

Please help me.

Thanks
Y.G

-- 
You received this message because you are subscribed to the

Google Groups "Ansible Development" group.
To unsubscribe from this group and stop receiving emails from
it, send an email to ansible-deve...@googlegroups.com.
To view this discussion on the web visit

https://groups.google.com/d/msgid/ansible-devel/aa181867-4219-4471-bea1-b809a7c1be6fn%40googlegroups.com

<https://groups.google.com/d/msgid/ansible-devel/aa181867-4219-4471-bea1-b809a7c1be6fn%40googlegroups.com?utm_medium=email_source=footer>.

--
You received this message because you are subscribed to the Google 
Groups "Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/4a516b60-a900-49cf-8f5a-10e5547ce5bfn%40googlegroups.com 
<https://groups.google.com/d/msgid/ansible-devel/4a516b60-a900-49cf-8f5a-10e5547ce5bfn%40googlegroups.com?utm_medium=email_source=footer>.


--
You received this message because you are subscribed to the Google Groups "Ansible 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/4b85ecae-96da-4f46-804c-b96914528f0f%40kamens.us.


Re: [ansible-devel] Need assistance

2023-10-10 Thread Y.G Kumar
I am trying this:
---
---
- hosts: localhost
  vars:
script_var1: "hi"
script_var2: "there"
  tasks:
- name: List
  shell: bash test.sh

cat test.sh
--
#!/bin/bash

echo "$script_var1"
echo "$script_var2"
-- 
But it is not working. The ansible is not picking up the variable values. 
stdout is empty:
--
"stdout": "",
"stdout_lines": []
--

On Tuesday, October 10, 2023 at 5:08:22 PM UTC+5:30 avinash...@gmail.com 
wrote:

> You can try 
>
> Yaml
>
>
> - name: Execute the script with variables
>   ansible.builtin.command: bash /tmp/test.sh
>   vars:
> script_var1: "{{ ansible_var1 }}"
> script_var2: "{{ ansible_var2 }}"
>
>
> Shell script 
> #!/bin/bash
>
> echo "Script variable 1: $script_var1"
> echo "Script variable 2: $script_var2"
>
>
>
>
>
> On Tue, 10 Oct, 2023, 17:03 Y.G Kumar,  wrote:
>
>> Hi All,
>>
>> I want to refer user defined ansible variables inside a shell script.  
>> Can anyone help me how to  accomplish this ? For example, for the below 
>> code:
>>
>> --
>> - name: Execute the script
>>   ansible.builtin.command: bash /tmp/test.sh
>> -- 
>>
>> I want to access ansible variables inside the shell script test.sh.
>>
>> Please help me.
>>
>> Thanks
>> Y.G
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Ansible Development" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to ansible-deve...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/ansible-devel/aa181867-4219-4471-bea1-b809a7c1be6fn%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/ansible-devel/aa181867-4219-4471-bea1-b809a7c1be6fn%40googlegroups.com?utm_medium=email_source=footer>
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/4a516b60-a900-49cf-8f5a-10e5547ce5bfn%40googlegroups.com.


Re: [ansible-devel] Need assistance

2023-10-10 Thread Avinash Jadhav
You can try

Yaml


- name: Execute the script with variables
  ansible.builtin.command: bash /tmp/test.sh
  vars:
script_var1: "{{ ansible_var1 }}"
script_var2: "{{ ansible_var2 }}"


Shell script
#!/bin/bash

echo "Script variable 1: $script_var1"
echo "Script variable 2: $script_var2"





On Tue, 10 Oct, 2023, 17:03 Y.G Kumar,  wrote:

> Hi All,
>
> I want to refer user defined ansible variables inside a shell script.  Can
> anyone help me how to  accomplish this ? For example, for the below code:
>
> --
> - name: Execute the script
>   ansible.builtin.command: bash /tmp/test.sh
> --
>
> I want to access ansible variables inside the shell script test.sh.
>
> Please help me.
>
> Thanks
> Y.G
>
> --
> You received this message because you are subscribed to the Google Groups
> "Ansible Development" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to ansible-devel+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/ansible-devel/aa181867-4219-4471-bea1-b809a7c1be6fn%40googlegroups.com
> <https://groups.google.com/d/msgid/ansible-devel/aa181867-4219-4471-bea1-b809a7c1be6fn%40googlegroups.com?utm_medium=email_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CABAvFDM8bNooX5XFUz5KKuCE49x06F7C_gAeu5BghhcnntcnKQ%40mail.gmail.com.


[ansible-devel] Need assistance

2023-10-10 Thread Y.G Kumar
Hi All,

I want to refer user defined ansible variables inside a shell script.  Can 
anyone help me how to  accomplish this ? For example, for the below code:

--
- name: Execute the script
  ansible.builtin.command: bash /tmp/test.sh
-- 

I want to access ansible variables inside the shell script test.sh.

Please help me.

Thanks
Y.G

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/aa181867-4219-4471-bea1-b809a7c1be6fn%40googlegroups.com.


[ansible-devel] New release: ansible-core 2.13.13

2023-10-09 Thread Matt Martz
Hi all- we're happy to announce the general release of:

ansible-core 2.13.13


How to get it
-

$ python3 -m pip install --user ansible-core==2.13.13

The release artifacts can be found here:

# Built Distribution: 2115491 bytes
# SHA256: f50220254b8e13a79b68e68e759f5bf89f3f3584c907737985a017c699b1c3b6
https://files.pythonhosted.org/packages/d2/c6/c5b0da259e583dbeaefdccdfe0a1e4fd7a342dba00e263183856290c7fc9/ansible_core-2.13.13-py3-none-any.whl
# Source Distribution: 3146514 bytes
# SHA256: 7ad2d8c0a5fa4a59de1809a5f96d2dbf511189c834116f5c72aec9730b51074b
https://files.pythonhosted.org/packages/33/ae/6a63fffda71543858ea0e0d78698d86e7cbdbd91b00b5335fa3f10031246/ansible-core-2.13.13.tar.gz


What's new
--

This release is a maintenance release containing numerous bugfixes.

The full changelog can be found here:

https://github.com/ansible/ansible/blob/v2.13.13/changelogs/CHANGELOG-v2.13.rst


Schedule for future releases


The next release candidate is planned to be released on 30 October 2023.
The next general availability release will be one week after.


Porting help


If you discover any errors or if any of your working playbooks break when
you upgrade, please use the following link to report the regression:

https://github.com/ansible/ansible/issues/new/choose

In your issue, be sure to mention the version that works and the one that
doesn't.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAD8N0v8qH8%3DB2uFh7CeNMYP8FKqXKU%3DBjFMvM4hxLmXAhT3ZqA%40mail.gmail.com.


[ansible-devel] New release: ansible-core 2.14.11

2023-10-09 Thread Matt Martz
Hi all- we're happy to announce the general release of:

ansible-core 2.14.11


How to get it
-

$ python3 -m pip install --user ansible-core==2.14.11

The release artifacts can be found here:

# Built Distribution: 2215715 bytes
# SHA256: 66ca75e5c43014cc8d73eb784be886e19f16175c8a2d58d2c0df9f892534951d
https://files.pythonhosted.org/packages/a2/ab/8f2a9c87d8bd58eb19cf4f41aa996c53939243961838fe5c652d0ee605f6/ansible_core-2.14.11-py3-none-any.whl
# Source Distribution: 3144040 bytes
# SHA256: 15cbcbdfeae2073cead428f671e313f8bbc46d14549016794e1dca0f0cc09298
https://files.pythonhosted.org/packages/27/0d/accac9e2ac28b57ac7152dc8180501f3662b3383c21dd353868e904f6583/ansible-core-2.14.11.tar.gz


What's new
--

This release is a maintenance release containing numerous bugfixes.

The full changelog can be found here:

https://github.com/ansible/ansible/blob/v2.14.11/changelogs/CHANGELOG-v2.14.rst


Schedule for future releases


The next release candidate is planned to be released on 30 October 2023.
The next general availability release will be one week after.


Porting help


If you discover any errors or if any of your working playbooks break when
you upgrade, please use the following link to report the regression:

https://github.com/ansible/ansible/issues/new/choose

In your issue, be sure to mention the version that works and the one that
doesn't.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAD8N0v8%3Dvh%3DJ-u7xSAckynFxLPQFLtUk6m-rXP82mXBSywn5Ew%40mail.gmail.com.


[ansible-devel] New release: ansible-core 2.15.5

2023-10-09 Thread Matt Martz
Hi all- we're happy to announce the general release of:

ansible-core 2.15.5


How to get it
-

$ python3 -m pip install --user ansible-core==2.15.5

The release artifacts can be found here:

# Built Distribution: 2246571 bytes
# SHA256: 3efa234de5fce79ec98853f3369535b27cacd7ce498495b996030cd15c373735
https://files.pythonhosted.org/packages/51/4a/21dd7477ff981c400894bdcfaaacb9183f7ce9653f6d143baea9ebd97225/ansible_core-2.15.5-py3-none-any.whl
# Source Distribution: 3154868 bytes
# SHA256: 8cc539cb8d4349af3ffd901c70722f7a7a203ae6427ddac95ffdf546a6e41602
https://files.pythonhosted.org/packages/c8/4b/6a25ee293ee4886cb6e1782bec5e70c20468e5dc4db092d2075f56b9d88b/ansible-core-2.15.5.tar.gz


What's new
--

This release is a maintenance release containing numerous bugfixes.

The full changelog can be found here:

https://github.com/ansible/ansible/blob/v2.15.5/changelogs/CHANGELOG-v2.15.rst


Schedule for future releases


The next release candidate is planned to be released on 30 October 2023.
The next general availability release will be one week after.


Porting help


If you discover any errors or if any of your working playbooks break when
you upgrade, please use the following link to report the regression:

https://github.com/ansible/ansible/issues/new/choose

In your issue, be sure to mention the version that works and the one that
doesn't.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-devel/CAD8N0v_bWC9vWgpW9DBpMh1NO%2BVRnXo9r9YJ38sY5xAyrespUw%40mail.gmail.com.


  1   2   3   4   5   6   7   8   9   10   >