[ansible-project] Replacing variable in multiple file

2020-09-06 Thread Abdulrazzaq shaik
vars: - MACHINE: gpack.tmt.com - AMSPORT: 9933 - ENVIRONMENT: 'PRD' - PROJECT: 'GTA' - AMSPORT: '333' - MACHINE_LOG: ' gpack ' - STOREFILE_PATH: '/home/linux/store' - AMS_VERSION: '1.5' I have few file in the node need to change all above variable in the different

[ansible-project] Ansible tower process

2020-09-09 Thread Abdulrazzaq shaik
Hi All, I want to integrate my current ansible core to ansible tower, Please help on sharing process to do or any link. Thanks in advance, kindly help. Regards Abdul Razzaq -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe fr

[ansible-project] Ansible tower issue

2020-10-09 Thread Abdulrazzaq shaik
Hi all, Kindly help on the below issue, I was trying to 2gb file from ansible controller to ansible node where am using copy / synchronize module and my all playbooks are working fine in the ansible cli, when it come to ansible tower am getting below error. Kindly help what could be the issue.

Re: [ansible-project] Ansible tower issue

2020-10-10 Thread Abdulrazzaq shaik
: Permission denied > > > I'd check permissions on that directory. Seems like it's probably the > destination directory at first glance. Make sure the user that ansible is > connecting as has permissions to write there. > > On Fri, Oct 9, 2020, 10:31 PM Abdulra

Re: [ansible-project] Ansible tower issue

2020-10-11 Thread Abdulrazzaq shaik
Can any one help on this ? On Saturday, October 10, 2020 at 6:46:35 PM UTC+5:30 Abdulrazzaq shaik wrote: > But i am able to do it in the ansible cli with same user, but facing issue > in the tower. > > Can u please help where i have missed. > > On Sat, Oct 10, 2020 at 5:0

[ansible-project] Inventory file creation

2020-12-23 Thread Abdulrazzaq shaik
Please help on how to build hostfile for kafka and zookeeper cluster, Kindly help on this... -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to ansible-project+

[ansible-project] How to store server password

2020-12-23 Thread Abdulrazzaq shaik
Hi All, Please help me with information on how to store the server password in vault and call while connecting ping bwt the nodes. Kindly share the process to do -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group

[ansible-project] Re: script execution is failed in ansible

2021-03-16 Thread Abdulrazzaq shaik
Hi Makesh, Have to done the tibco installation and configuration with Ansible ? On Wednesday, September 26, 2018 at 8:57:59 AM UTC+5:30 Makesh wrote: > Hi Team, > > Am automating my TIbco EMS restart service using Ansible. I have tried to > execute the shell script from the server where ansibl

[ansible-project] **Urgent Need ur suggestion expect module

2021-06-11 Thread Abdulrazzaq shaik
Hi All Am trying to use expect module in the ansible, where am getting error to have pexpect 3.3 version As I have tried to install am able to get pexpect 2.3 version, how to install 3.3 as per ansible docs it must be pexpect 3.3 Below is installed tried to update same it showing as update

[ansible-project] How to get the hostname into jinja file

2021-06-25 Thread Abdulrazzaq shaik
Hi Folks, Thank you for reading this. My expectation is to get the hostname from the inventory file, please help how to get this. Jinjafile : teaserverurl: "http://{{tibcoteahost}}:8777/tea"; vars file : tibco_tea_group: "{{ groups['tibco_tea'] | default(ansible_play_hosts) | sort }}" tibcot

Re: [ansible-project] Transfer files from Server A to Server B

2021-09-17 Thread Abdulrazzaq shaik
Hi Raja Can you please share a sample playbook where you need to fetch files from one node and transfer those file to multiple nodes. On Thu, Apr 8, 2021 at 7:36 AM Raja Natte wrote: > Hi.. > > You can use fetch and copy.. clean up on control node in same playbook . > We are doing for secu