Skip to content

matancarmeli7/vmware_guest_pci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

vmware_guest_pci

  • This is an Ansible module that adds and remove pci devices from Vmware vms

Examples

- hosts: localhost
  collections:
    - community.vmware
  tasks:
    - name: add pci
      community.vmware.vmware_guest_pci:
        hostname: "{{ vcenter_hostname }}"
        username: "{{ vcenter_username }}"
        password: "{{ vcenter_password }}"
        datacenter: "{{ datacenter_name }}"
        name: matan-test
        pci_id: '0000:0b:00.0'
        state: present

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages