Home
last modified time | relevance | path

Searched refs:host_update (Results 1 – 16 of 16) sorted by relevance

/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/tests/integration/targets/ssh_config/tasks/
H A Dmain.yml107 register: host_update
112 - host_update.changed
113 - host_update.hosts_changed is defined
115 - host_update.hosts_removed is defined
116 - host_update.hosts_added is defined
117 - host_update.hosts_change_diff is defined
127 register: host_update
132 - not host_update.changed
133 - host_update.hosts_changed is defined
134 - host_update.hosts_removed is defined
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/vmware/
H A Dvmware_host.py290 self.host_update = find_hostsystem_by_name(self.content, self.esxi_hostname)
291 if self.host_update:
344 if not self.host_update:
628 parent_type = self.get_parent_type(self.host_update)
630 self.put_host_in_maintenance_mode(self.host_update)
696 parent_type = self.get_parent_type(self.host_update)
707 self.reconnect_host(self.host_update)
714 self.put_host_in_maintenance_mode(self.host_update)
716 task = self.folder.MoveIntoFolder_Task([self.host_update])
765 self.put_host_in_maintenance_mode(self.host_update)
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/vmware/plugins/modules/
H A Dvmware_host.py284 self.host_update = find_hostsystem_by_name(self.content, self.esxi_hostname)
285 if self.host_update:
338 if not self.host_update:
622 parent_type = self.get_parent_type(self.host_update)
624 self.put_host_in_maintenance_mode(self.host_update)
690 parent_type = self.get_parent_type(self.host_update)
701 self.reconnect_host(self.host_update)
708 self.put_host_in_maintenance_mode(self.host_update)
710 task = self.folder.MoveIntoFolder_Task([self.host_update])
759 self.put_host_in_maintenance_mode(self.host_update)
[all …]
/dports/dns/p5-Net-DRI/Net-DRI-0.96/lib/Net/DRI/
H A DDRD.pm817 sub host_update subroutine
860 return $self->host_update($ndr,$dh,$c,$rh);
863 return $self->host_update($ndr,$dh,$ndr->local_object('changes')->set('ip',$ipadd),$rh);
881 return $self->host_update($ndr,$dh,$c,$rh);
884 return $self->host_update($ndr,$dh,$ndr->local_object('changes')->set('status',$sadd),$rh);
893 return $self->host_update($ndr,$dh,$ndr->local_object('changes')->set('name',$newname),$rh);
/dports/dns/p5-Net-DRI/Net-DRI-0.96/
H A DTODO19 * domain_update() / host_update()
H A DREADME545 * host_update()
H A DChanges74 = Shell new commands (see module documentation) : show types, domain_update, host_update, contact_u…
/dports/dns/p5-Net-DRI/Net-DRI-0.96/lib/Net/DRI/DRD/
H A DNominet.pm147 sub host_update subroutine
H A DNO.pm191 sub host_update { subroutine
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dpurefa.py677 def host_update(name, iqn=None, wwn=None): function
H A Dzabbix.py1362 def host_update(hostid, **connection_args): function
/dports/dns/p5-Net-DRI/Net-DRI-0.96/t/
H A D601vnds_epp.t279 $rc=$dri->host_update('ns103.example1.com',$toc);
H A D626nominet_epp.t293 $rc=$dri->host_update('NS1001',$toc);
H A D633norid_epp.t351 $rc=$dri->host_update('ns103.example1.no',$toc);
/dports/dns/p5-Net-DRI/Net-DRI-0.96/eg/
H A Depp_client_se.pl718 $rc = $dri->host_update( $p{name}, $toc );
H A Depp_client_no.pl690 $rc = $dri->host_update( $p{name}, $toc);