Re: [ansible-project] The name of a node is not resolved after it was resolved ?

2022-03-03 Thread dulhaver via Ansible Project
- name: "mediawiki configuration"  become: yes  become_user: "apache"  args:    creates: "{{mediawiki_directory}}/LocalSettings.php"    # => /var/www/html/mediawiki/LocalSettings.php    chdir: "{{mediawiki_maintenance_directory}}"    # => /var/www/html/mediawiki/maintenance (contient

Re: [ansible-project] Unable to start kibana from ansible playbook

2022-03-03 Thread dulhaver via Ansible Project
showing your TASK may be helpful in order to get some feedback On 03.03.22 04:36, Sanjay Khatri wrote: Start command nohup ./bin/kibana > /dev/null 2>&1 & After execute this command have to check kibana running mode ps aux | grep node/bin/node If i am running manually this command it is wo

[ansible-project] Is the webhook of Ansible Tower support Bitbucket?

2022-03-03 Thread Shirley
Hello everyone, We would like to trigger a event from the repo of Bitbucket to webhook of Ansible Tower. According to the document mentioned that is currently provides webhook integration with GitHub and GitLab. Does Ansible Tower webhook support Bitbucket??? - https://docs.ansible.com

[ansible-project] Ansible GCP Zone

2022-03-03 Thread Adam Barnett
Hi, We are using GCP with ansible which has been working great up now, we are setting all the flags in ~/.ansible.cfg for ssh i.e ssh_args = -t -i ~/.ssh/google_compute_engine -o CheckHostIP=no -o ControlMaster=auto -o ControlPersist=600s -o IdentitiesOnly=yes -o UserKnownHostsFile=~/.ssh/

[ansible-project] Unable to start kibana from ansible playbook

2022-03-03 Thread Sanjay Khatri
Start command nohup ./bin/kibana > /dev/null 2>&1 & After execute this command have to check kibana running mode ps aux | grep node/bin/node If i am running manually this command it is working fine but running from ansible playbook it is not working. Please help me. Thanks in Advance...!!!

[ansible-project] The name of a node is not resolved after it was resolved ?

2022-03-03 Thread Arc Tangente
Hello, I start this playbook install-mediawiki.yml, the first role is executed without problems. The second role has 4 tasks, executed fully the 2 first of them, but has suddently an issue: the name of the node is not resolved anymore. *I do not know why*. I have installed ansible in a virtua