!aqMMMrOxRZzVDkUlWF:matrix.org

Ansible DevTools

128 Members
vscode extension, language server, ansible-lint, molecule, navigator and potentially other development goodies. That channel is not for general questions about using ansible.15 Servers

Load older messages


SenderMessageTime
23 Apr 2024
@rovox:matrix.orgrovoxhttps://gist.github.com/robertscholts/3fff7debed5f2cc3e9e02c6e7b964c6211:57:07
@konstruktoid:matrix.orgkonstruktoidThanks, I'll do some testing 12:03:10
@rovox:matrix.orgrovoxThanks!12:03:16
@konstruktoid:matrix.orgkonstruktoid

sorry for the delay, i had to fix a new vm with libvert et al, but it seems to work

diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml
index 5a4ac12..67f114a 100644
--- a/molecule/default/molecule.yml
+++ b/molecule/default/molecule.yml
@@ -5,7 +5,7 @@ dependency:
 driver:
   name: vagrant
   provider:
-    name: virtualbox
+    name: libvirt
 provisioner:
   name: ansible
   config_options:
@@ -20,17 +20,12 @@ provisioner:
       jammy:
         template_text: This is the molecule template test.
 platforms:
-  - name: jammy
-    box: ubuntu/jammy64
+  - name: almalinux
+    box: almalinux/8
     config_options:
       vm.boot_timeout: 600
       synced_folder: false
-    provider_raw_config_args:
-      - customize ['modifyvm', :id, '--uart1', '0x3F8', '4']
-      - customize ['modifyvm', :id, '--uartmode1', 'file', File::NULL]
-    instance_raw_config_args:
-      - "vbguest.installer_options = { allow_kernel_upgrade: true }"
-    memory: 2048
+    memory: 1024
 verifier:
   name: ansible
 scenario:
12:47:24
@konstruktoid:matrix.orgkonstruktoid
INFO     Running default > create

PLAY [Create] ******************************************************************

TASK [Create molecule instance(s)] *********************************************
changed: [localhost]

TASK [Populate instance config dict] *******************************************
ok: [localhost] => (item={'Host': 'almalinux', 'HostName': '192.168.121.234', 'User': 'vagrant', 'Port': '22', 'UserKnownHostsFile': '/dev/null', 'StrictHostKeyChecking': 'no', 'PasswordAuthentication': 'no', 'IdentityFile': '/root/.cache/molecule/ansible-role-template/default/.vagrant/machines/almalinux/libvirt/private_key', 'IdentitiesOnly': 'yes', 'LogLevel': 'FATAL'})
12:47:58
@rovox:matrix.orgrovoxinteresting! ill try it with your changes aswell!12:51:00
@konstruktoid:matrix.orgkonstruktoid
TASK [ansible-role-template : Template task] ***********************************
ok: [almalinux] => (item=This is some template text.) => {
    "msg": "This is some template text."
}
ok: [almalinux] => (item=RedHat) => {
    "msg": "RedHat"
}
ok: [almalinux] => (item=QEMU) => {
    "msg": "QEMU"
}
12:53:16
@rovox:matrix.orgrovoxNice!12:54:31
@rovox:matrix.orgrovoxWell, it works now!13:04:50
@rovox:matrix.orgrovoxthanks!13:05:00
@rovox:matrix.orgrovox * Well, it works now indeed! 13:07:43
@konstruktoid:matrix.orgkonstruktoidhttps://gist.github.com/robertscholts/3fff7debed5f2cc3e9e02c6e7b964c62?permalink_comment_id=5033474#gistcomment-503347413:08:23
@konstruktoid:matrix.orgkonstruktoidah cool13:08:25
@konstruktoid:matrix.orgkonstruktoidglad i could help13:08:36
@vsvydenk:matrix.orgValerii Svydenko joined the room.13:31:58
@l151820:tchncs.del151820 joined the room.19:48:46
29 Apr 2024
@ssbarnea:matrix.orgssbarnea

ansible-navigator on Python PyPI
v24.3.2 24.3.2

--------
Bugfixes
--------

* Fix python version in release workflow ( #1748 ( https://github.com/ansible/ansible-navigator/pull/1748 ) ) @shatakshiiii ( https://github.com/shatakshiiii )

release note...

15:19:52
@ssbarnea:matrix.orgssbarnea

ansible-core on Python PyPI
v2.17.0rc1 2.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)

release note...

18:28:54
2 May 2024
@ssbarnea:matrix.orgssbarnea

ansible/vscode-ansible on GitHub
v24.5

Minor Changes
-------------

* Support wait window setting for Lightspeed inline suggestion ( #1230 ( https://github.com/ansible/vscode-ansible/pull/1230 ) ) @TamiTakamiya ( https://github.com/TamiTakamiya )
* Standardise the functionalities across all the ansible-creator functionalities in the extension ( #1285 ( https://github.com/ansible/vscode-ansible/pull/1285 ) ) @priyamsahoo ( https://github.com/priyamsahoo )
* Show connect on expiry ( #1273 ( https://github.com/ansible/vscode-ansible/pull/1273 ) ) @robinbobbitt ( https://github.com/robinbobbitt )
* support RHSSO authentication for Lightspeed ( #1259 ( https://github.com/ansible/vscode-ansible/pull/1259 ) ) @robinbobbitt ( https://github.com/robinbobbitt )
* Add feature to scaffold an Ansible Playbook Project using a web-view form ( #1233 ( https://github.com/ansible/vscode-ansible/pull/1233 ) ) @priyamsahoo ( https://github.com/priyamsahoo )
* TextArea on Playbook Generation page should expand automatically ( #1257 ( https://github.com/ansible/vscode-ansible/pull/1257 ) ) @TamiTakamiya ( https://github.com/TamiTakamiya )
* Playbook Generation UI Adjustments ( #1239 ( https://github.com/ansible/vscode-ansible/pull/1239 ) ) @TamiTakamiya ( https://github.com/TamiTakamiya )
* LightspeedExplorer view as a Webview and new button ( #1236 ( https://github.com/ansible/vscode-ansible/pull/1236 ) ) @goneri ( https://github.com/goneri )
* Install collection in editable mode ( #1215 ( https://github.com/ansible/vscode-ansible/pull/1215 ) ) @priyamsahoo ( https://github.com/priyamsahoo )
* Add spinning icon during API calls for playbook generation ( #1222 ( https://github.com/ansible/vscode-ansible/pull/1222 ) ) @TamiTakamiya ( https://github.com/TamiTakamiya )
* Update Playbook Generation and added UI tests ( #1188 ( https://github.com/ansible/vscode-ansible/pull/1188 ) ) @TamiTakamiya ( https://github.com/TamiTakamiya )

Bugfixes
--------

* Add --readme-path to vsce package and update .vscodeignore ( #1294 ( https://github.com/ansible/vscode-ansible/pull/1294 ) ) @TamiTakamiya ( https://github.com/TamiTakamiya )
* Fix setting IDs in README.md ( #1219 ( https://github.com/ansible/vscode-ansible/pull/1219 ) ) @garymm ( https://github.com/garymm )
* Allow use of ${workspaceFolder} in python.interpreterPath ( #1167 ( https://github.com/ansible/vscode-ansible/pull/1167 ) ) @garymm ( https://github.com/garymm )
* Install collection in editable mode ( #1215 ( https://github.com/ansible/vscode-ansible/pull/1215 ) ) @priyamsahoo ( https://github.com/priyamsahoo )

release note...

14:37:33
5 May 2024
@konstruktoid:matrix.orgkonstruktoidWhat's the proper and official way to test collections and modules (`community.general`)? Running `ansible-test` fails with collection links missing unless in the ansible repo. Now I have to toss my crap into the firey pits of Azure DevOps pipelines and fix stuff afterwards 08:51:56
@konstruktoid:matrix.orgkonstruktoid
In reply to @konstruktoid:matrix.org
What's the proper and official way to test collections and modules (`community.general`)?
Running `ansible-test` fails with collection links missing unless in the ansible repo.

Now I have to toss my crap into the firey pits of Azure DevOps pipelines and fix stuff afterwards
... it should probably support symlinks. that's what my gripe is.
12:59:18
6 May 2024
@mark.knitel:matrix.org@mark.knitel:matrix.org left the room.19:09:57
8 May 2024
@ssbarnea:matrix.orgssbarnea

mkdocs-ansible on Python PyPI
v24.3.1 24.3.1

--------
Bugfixes
--------

* Bump the dependencies ( #129 ( https://github.com/ansible/mkdocs-ansible/pull/129 ) )
* Remove the use of acronym ADT ( #124 ( https://github.com/ansible/mkdocs-ansible/pull/124 ) ) @audgirka ( https://github.com/audgirka )

release note...

11:31:19
@ssbarnea:matrix.orgssbarnea

ansible-compat on Python PyPI
24.5.0

15:09:42
@ssbarnea:matrix.orgssbarnea

ansible-compat on Python PyPI
v24.5.1a0 24.5.1a0

-------------
Minor Changes
-------------

* Add has_playbook method to Runtime ( #364 ( https://github.com/ansible/ansible-compat/pull/364 ) ) @ssbarnea ( https://github.com/ssbarnea )

--------
Bugfixes
--------

* Fix packaging version to recognize pre-release versions ( #371 ( https://github.com/ansible/ansible-compat/pull/371 ) ) @ssbarnea ( https://github.com/ssbarnea )
* Update requirements ( #365 ( https://github.com/ansible/ansible-compat/pull/365 ) ) @ssbarnea ( https://github.com/ssbarnea )
* Allow dashes in role namespaces ( #355 ( https://github.com/ansible/ansible-compat/pull/355 ) ) @sur5r ( https://github.com/sur5r )
* If project_dir is passed, locate requirements within that directory ( #339 ( https://github.com/ansible/ansible-compat/pull/339 ) ) @audgirka ( https://github.com/audgirka )

release note...

18:03:27
13 May 2024
@charlieboi415:hashi.sbscharlieboi415 joined the room.07:31:32
@ssbarnea:matrix.orgssbarnea

ansible-core on Python PyPI
v2.17.0rc2 2.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)

release note...

v2.16.7rc1 2.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)

release note...

v2.15.12rc1 2.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/920fdfce452e10dc4b6f39e8991158ac1028b07f1e2bd6faaaaa94dc2100/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)

release note...

v2.14.17rc1 2.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)

release note...

17:43:35
14 May 2024
@ssbarnea:matrix.orgssbarnea

ansible-compat on Python PyPI
v24.5.1 24.5.1

-------------
Minor Changes
-------------

* Add has_playbook method to Runtime ( #364 ( https://github.com/ansible/ansible-compat/pull/364 ) ) @ssbarnea ( https://github.com/ssbarnea )

--------
Bugfixes
--------

* Fix packaging version to recognize pre-release versions ( #371 ( https://github.com/ansible/ansible-compat/pull/371 ) ) @ssbarnea ( https://github.com/ssbarnea )
* Update requirements ( #365 ( https://github.com/ansible/ansible-compat/pull/365 ) ) @ssbarnea ( https://github.com/ssbarnea )
* Allow dashes in role namespaces ( #355 ( https://github.com/ansible/ansible-compat/pull/355 ) ) @sur5r ( https://github.com/sur5r )
* If project_dir is passed, locate requirements within that directory ( #339 ( https://github.com/ansible/ansible-compat/pull/339 ) ) @audgirka ( https://github.com/audgirka )

release note...

13:22:39
15 May 2024
@wombelix:matrix.orgDominik Wombacher (wombelix) changed their display name from Dominik Wombacher to Dominik Wombacher (wombelix).12:23:45
20 May 2024
@ssbarnea:matrix.orgssbarnea

ansible-core on Python PyPI
v2.17.0 2.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)

release note...

v2.16.7 2.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)

release note...

v2.15.12 2.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)

release note...

v2.14.17 2.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)

release note...

18:56:35

Show newer messages


Back to Room ListRoom Version: 6