Re: [ansible-project] get name of network adapter

2020-04-29 Thread nikita nipon
Thanks for the reply The problem I have is that I have to configure the machine with cloud init and I must know the network adapter, I cannot connect via ssh. > > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this gr

Re: [ansible-project] get name of network adapter

2020-04-29 Thread nikita nipon
El martes, 28 de abril de 2020, 21:00:46 (UTC+2), Dick Visser escribió: > > On Tue, 28 Apr 2020 at 19:33, nikita nipon > > wrote: > > > > I need to know the name of the network adapter. Since sometimes it is > eth0 and other times ens192 for vwmare and rhev machines is

[ansible-project] get name of network adapter

2020-04-28 Thread nikita nipon
I need to know the name of the network adapter. Since sometimes it is eth0 and other times ens192 for vwmare and rhev machines is it possible? -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving

[ansible-project] Problem use vmware_content_deploy_template:

2020-04-28 Thread nikita nipon
I have this playbook: --- - hosts: localhost gather_facts: no vars: vcenter_server: vcenter_user: vcenter_pass: datacenter_name: cluster_name: ansible_python_interpreter: " tasks: - name: Clone the template vmware_content_deploy_template: hostname: '{