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, a
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 te
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 wa
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
/home/daniel/py_venvs/ansible_2.13/lib/python3.9/site-packag
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 b
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',
> '
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 whe
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
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:
https://files.pythonhosted.org/packages/8d/15/fb1db37ad95837
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:
https://files.pythonhosted.org/packages/ef/ef/0448f37c057694
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 not,
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
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
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 =
/home/daniel/py_venvs/ansible_2.13/lib/python3.9/si
14 matches
Mail list logo