Re: [ansible-project] Re: ansible ssh connections

2021-04-26 Thread Antony Stone
On Monday 26 April 2021 at 16:28:08, NAVEEN wrote: > Hi > Anyone available for job support on ansible ..if any pls email me on > naveenkr...@gmail.com Please do not hijack conversation threads for new topics - start a new thread with an appropriate subject of its own. Thank you, Antony. --

Re: [ansible-project] Re: ansible ssh connections

2021-04-26 Thread NAVEEN
Hi Anyone available for job support on ansible ..if any pls email me on naveenkr...@gmail.com Thank you Naveen On Mon, Apr 26, 2021, 16:41 Mauricio Tavares wrote: > How about if you start your own thread instead of breaking into > someone else's? Your question has nothing to do with the OP's >

Re: [ansible-project] Re: ansible ssh connections

2021-04-26 Thread Mauricio Tavares
On Fri, Apr 23, 2021 at 12:24 PM rebecca acheampong wrote: > > Thank you. Trying the options. I have sat on it the whole day, i feel > exhausted with it. > Thank you. I will get back whatever results i have > Some suggestions, assuming the name of the host you want to run ansible on is

Re: [ansible-project] Re: ansible ssh connections

2021-04-26 Thread Mauricio Tavares
How about if you start your own thread instead of breaking into someone else's? Your question has nothing to do with the OP's On Mon, Apr 26, 2021 at 6:00 AM Naveen Konduru wrote: > > do u have any sample code ...if u have pls share with me > > On Monday, April 26, 2021 at 3:28:21 PM UTC+5:30

Re: [ansible-project] Re: ansible ssh connections

2021-04-26 Thread Komal Suthar
template: src : file.txt Inside this file.txt.. The default IPv4 address of {{ ansible_facts.fqdn }} is {{ ansible_facts.default_ipv4.address }} dest : file.csv Some facts example there are lots of facts related to that server you have to fetch or serch in docs On Mon, Apr 26, 2021,

Re: [ansible-project] Re: ansible ssh connections

2021-04-26 Thread Naveen Konduru
do u have any sample code ...if u have pls share with me On Monday, April 26, 2021 at 3:28:21 PM UTC+5:30 komalsuth...@gmail.com wrote: > You can use jinja templates for getting the facts of the server and use > template modules for creating your file. > > On Mon, Apr 26, 2021, 2:54 PM

Re: [ansible-project] Re: ansible ssh connections

2021-04-26 Thread Komal Suthar
You can use jinja templates for getting the facts of the server and use template modules for creating your file. On Mon, Apr 26, 2021, 2:54 PM Naveen Konduru wrote: > Hello Team , > I have oen requirement on Ansible with Hp ILO server.. > > I am new to ansible.Need help from you people. >

[ansible-project] Re: ansible ssh connections

2021-04-26 Thread Naveen Konduru
Hello Team , I have oen requirement on Ansible with Hp ILO server.. I am new to ansible.Need help from you people. Requirement is Have to connect Hp ilo serverr using SSH and get SWId's details and the out out i have to display in csv file.. can any implementation pls do let me know.

Re: [ansible-project] Re: ansible ssh connections

2021-04-23 Thread rebecca acheampong
Thank you. Trying the options. I have sat on it the whole day, i feel exhausted with it. Thank you. I will get back whatever results i have On Fri, Apr 23, 2021 at 6:52 PM Tej Singh Rana wrote: > You can find more from this link - >

Re: [ansible-project] Re: ansible ssh connections

2021-04-23 Thread Tej Singh Rana
You can find more from this link - https://docs.ansible.com/ansible/2.3/intro_inventory.html#list-of-behavioral-inventory-parameters On Fri, Apr 23, 2021 at 9:10 PM Rajit Paul wrote: > Try ansible_ssh_user and ansible_ssh_pass as keywords in the inventory and > set privilege escalation in the

[ansible-project] Re: ansible ssh connections

2021-04-23 Thread Rajit Paul
Try ansible_ssh_user and ansible_ssh_pass as keywords in the inventory and set privilege escalation in the ansible.cfg file also add the user to the sudoers list in managed node as per requirement. On Friday, April 23, 2021 at 9:05:14 PM UTC+5:30 bec1...@gmail.com wrote: > Please someone help