Re: [ansible-project] Failed to load inventory plugin, skipping google.cloud.gcp_compute ansible pluggin

2024-04-11 Thread edulargo
hi, i found user that use to run jenkins pipeline and i had installed all plugins as ansible user on it. Now run ok :) Thanks for all. Regards -- Ed. El miércoles, 10 de abril de 2024 a las 18:49:08 UTC+2, Brian Coca escribió: > I don't know, that is a 'jenkins plugin' question, i can only ass

Re: [ansible-project] Failed to load inventory plugin, skipping google.cloud.gcp_compute ansible pluggin

2024-04-11 Thread edulargo
Ok! I am reviewing this out of this ;) Thanks for ur support Brian!! Regards, – Ed. < allways learning El miércoles, 10 de abril de 2024 a las 18:49:08 UTC+2, Brian Coca escribió: > I don't know, that is a 'jenkins plugin' question, i can only assert > that the way they execute Ansible is not p

Re: [ansible-project] Failed to load inventory plugin, skipping google.cloud.gcp_compute ansible pluggin

2024-04-10 Thread Brian Coca
I don't know, that is a 'jenkins plugin' question, i can only assert that the way they execute Ansible is not picking up the collections you installed, probably due to some configuration it injects. -- -- Brian Coca (he/him/yo) -- You received this message because you are subscribed to

Re: [ansible-project] Failed to load inventory plugin, skipping google.cloud.gcp_compute ansible pluggin

2024-04-10 Thread edulargo
Hi, More info. With ansible user exist the plugin: [ansible@server01 ansible]$ ansible-doc -t inventory -l [DEPRECATION WARNING]: t_systems_mms.icinga_director.icinga_director_inventory has been deprecated. Use telekom_mms.icinga_director.icinga_director_inventory instead. This feature will be

Re: [ansible-project] Failed to load inventory plugin, skipping google.cloud.gcp_compute ansible pluggin

2024-04-10 Thread edulargo
Brian, The collections were installed. On CLI with ansible user execution is correct but with jenkins pipeline not. ansible collection location = /home/ansible/.ansible/collections/ansible_collections/, /var/lib/jenkins/.ansible/collections executable location = /usr/bin/ansible-playbook I

Re: [ansible-project] Failed to load inventory plugin, skipping google.cloud.gcp_compute ansible pluggin

2024-04-10 Thread Brian Coca
if that is the full output, we seem to be missing the google inventory plugin, so clearly jenkins cannot see it, make sure it is installed in one of the configured paths for the Jenkin's Ansible. You can also use ansible-galaxy to list/install the collections to ensure it is present. -- -

Re: [ansible-project] Failed to load inventory plugin, skipping google.cloud.gcp_compute ansible pluggin

2024-04-10 Thread edulargo
Hi, here output of the command, sustituted by my ansible-palybook command, that you said: ... + ansible-doc -t inventory -l ansible.builtin.advanced_host_list Parses a 'host list' with ranges ansible.builtin.auto Loads and executes an inventory plugin s... ansible.builtin.constructed Uses Jinj

Re: [ansible-project] Failed to load inventory plugin, skipping google.cloud.gcp_compute ansible pluggin

2024-04-10 Thread Brian Coca
try running `ansible-doc -t inventory -l` both ways, I suspect jenkins is not setup to see the installed collection. -- -- Brian Coca (he/him/yo) -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and sto

[ansible-project] Failed to load inventory plugin, skipping google.cloud.gcp_compute ansible pluggin

2024-04-10 Thread edulargo
Hi guys! When i execute a pipeline on my jenkins to run an ansible-playbook command and an inventory yml file with this ansible plugin google.cloud.gcp_compute i recived this error: [WARNING]: Failed to load inventory plugin, skipping google.cloud.gcp_compute But if i execute same ansible-pla