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
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
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
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: '{