Re: [ansible-project] New releases: ansible-core 2.14.0 - C'mon Everybody

2022-11-07 Thread Nico Kadel-Garcia
On Mon, Nov 7, 2022 at 11:19 AM Matt Martz wrote: > > Hi all- we're happy to announce the general release of: > > - ansible-core 2.14.0 > > > How to get it > - > > $ python3 -m pip install --user ansible-core==2.14.0 For RHEL, this does not work on RHEL 7. python 2.7 is the default,

Re: [ansible-project] [ISSUE] Ansible for VMware, deploy vms and update them

2022-11-07 Thread Mike Tipton
I was wondering if you figured out the "*I'll need to right-click on each VMs and set the network to "connected" since it doesn't do this automatically, i'll need to figure this out.*" part and update you with my findings as I ran into this as well. It was as simple as adding perl to my base

Re: [ansible-project] Question about community.general.opentelemetry callback

2022-11-07 Thread 'Felix Fontein' via Ansible Project
Hi, unfortunately you did not mention which version of community.general you are using. For opentelemetry-api 1.13.0 you need community.general 5.8.0, since that contains a bugfix which allows the opentelemetry callback to work with that version. (It removed some helper function that the plugin

Re: [ansible-project] Question about community.general.opentelemetry callback

2022-11-07 Thread Daniel Barros
Yes, it's strange. They are installed in that path pip list -v | grep opent opentelemetry-api 1.13.0 /home/daniel/py_venvs/ansible_2.13/lib/python3.9/site-packages pip opentelemetry-exporter-otlp1.13.0

Re: [ansible-project] Question about community.general.opentelemetry callback

2022-11-07 Thread Matt Martz
Maybe also take a look at `pip list -v` to see the paths of where those python libraries are installed. And make sure they are in /home/daniel/py_venvs/ansible_2.13/lib/python3.9/site-packages/ On Mon, Nov 7, 2022 at 11:52 AM Dick Visser wrote: > That seems right. > I don't know what it could

Re: [ansible-project] Question about community.general.opentelemetry callback

2022-11-07 Thread Dick Visser
That seems right. I don't know what it could be then. On Mon, 7 Nov 2022 at 10:58, Daniel Barros wrote: > Hi man. > > This is the entire output > > ansible --version > ansible [core 2.13.2] > config file = None > configured module search path = > ['/home/daniel/.ansible/plugins/modules', >

[ansible-project] File location path not working in ansible-navigator vs ansible-playbook

2022-11-07 Thread cary.c...@gmail.com
We are testing out current playbooks we have developed with ansible-playbook and are having issues when defining a file path location in our include_vars: section of the playbook e.g this works in ansible-navigator but we get the error path not found in ansible-navigator. We get this error

[ansible-project] netbox inventory fails with message: object has no attribute '_vars'

2022-11-07 Thread heinz6...@gmail.com
Hi., I have a new setup of netbox on ubuntu. - netbox install according to setup - apt install ansible pynetbox ansible.cfg: [inventory] enable_plugins = host_list, auto, yaml, netbox.netbox.nb_inventory netbox_inventory.yaml: plugin: netbox.netbox.nb_inventory api_endpoint: https://localhost

[ansible-project] New releases: ansible-core 2.13.6

2022-11-07 Thread Matt Martz
Hi all- we're happy to announce the general release of: - ansible-core 2.13.6 How to get it - $ python3 -m pip install --user ansible-core==2.13.6 The release artifacts can be found here: * ansible-core 2.13.6 Wheel:

[ansible-project] New releases: ansible-core 2.14.0 - C'mon Everybody

2022-11-07 Thread Matt Martz
Hi all- we're happy to announce the general release of: - ansible-core 2.14.0 How to get it - $ python3 -m pip install --user ansible-core==2.14.0 The release artifacts can be found here: * ansible-core 2.14.0 Wheel:

Re: [ansible-project] a list of changes in handlers

2022-11-07 Thread Matt Martz
Add a register to the task making the changes, and then inspect the registered var in the handler. On Mon, Nov 7, 2022 at 8:50 AM gregory@gmail.com < gregory.ediga...@gmail.com> wrote: > Hello, > > Is that possible in handlers to have a list of files changed by task(s) > calling it? > If

[ansible-project] a list of changes in handlers

2022-11-07 Thread gregory....@gmail.com
Hello, Is that possible in handlers to have a list of files changed by task(s) calling it? If not, perhaps there is some tricks? Asking because I need to reload feeding changed (and only changed) files to a daemon. Thank you. -- You received this message because you are subscribed to

[ansible-project] creating a csv file on localhost with lineinfile

2022-11-07 Thread dulhaver via Ansible Project
I want to create a csv with 3 values per host the FQDN of the host, a string "postgres" and the stdout of a vairable I have defined here is my playbook which I am testing againt 3 hosts which all have running postgres, so I expect/aim at 3 lines

Re: [ansible-project] Question about community.general.opentelemetry callback

2022-11-07 Thread Daniel Barros
Hi man. This is the entire output ansible --version ansible [core 2.13.2] config file = None configured module search path = ['/home/daniel/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location =