Re: [ansible-devel] Enhancement idea - passing module args in loop

2023-11-01 Thread Orion Poplawski
    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>>

[ansible-devel] Enhancement idea - passing module args in loop

2023-10-31 Thread Orion Poplawski
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

[ansible-devel] inventory plugins and host variables

2023-06-15 Thread Orion Poplawski
? Conditionally added with a plugin config? Not sure if there is any standard or best practices among inventory plugins for this kind of thing. Thanks, Orion -- Orion Poplawski IT Systems Manager 720-772-5637 NWRA, Boulder/CoRA Office FAX: 303-415-9702 3380

Re: [ansible-devel] Common test utility functions

2021-02-13 Thread Orion Poplawski
/ https://github.com/ansible-collections/community.internal_test_tools. That of course requires you to install that collection for unit tests, though... Thanks, I've used that in my project. I wonder if a tests dependency tag is in order for galaxy.yml? -- Orion Poplawski he/him/his - surely

[ansible-devel] Common test utility functions

2021-02-11 Thread Orion Poplawski
the plan here? It seems - not ideal. Thanks for any insight, Orion -- Orion Poplawski he/him/his - surely the least important thing about me Manager of NWRA Technical Systems 720-772-5637 NWRA, Boulder/CoRA Office FAX: 303-415-9702 3380 Mitchell Lane

Re: [ansible-devel] Need to force inventory cache usage past timeout

2020-07-16 Thread Orion Poplawski
On 7/15/20 9:14 AM, Orion Poplawski wrote: On 7/14/20 5:21 PM, Orion Poplawski wrote: I'm working on converting the old cobbler inventory script to an inventory plugin.  See https://github.com/ansible-collections/community.general/pull/627 The behavior that I last had with my last version

Re: [ansible-devel] Need to force inventory cache usage past timeout

2020-07-15 Thread Orion Poplawski
On 7/14/20 5:21 PM, Orion Poplawski wrote: I'm working on converting the old cobbler inventory script to an inventory plugin.  See https://github.com/ansible-collections/community.general/pull/627 The behavior that I last had with my last version of the inventory script was for it to fall

[ansible-devel] Need to force inventory cache usage past timeout

2020-07-14 Thread Orion Poplawski
I'm working on converting the old cobbler inventory script to an inventory plugin. See https://github.com/ansible-collections/community.general/pull/627 The behavior that I last had with my last version of the inventory script was for it to fall back to the cached data regardless of the time