Skip to content
View fmahmed's full-sized avatar

Block or report fmahmed

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. raspi-pxe-kickstart raspi-pxe-kickstart Public

    This repo contains the config required for the setup fo PXE server on a RaspberryPi. The supported operating systems include CentOS7/8, ESXi 6.5/7.0 and Windows 10

    1

  2. Generate a dynamic inventory for ESX... Generate a dynamic inventory for ESXi Hosts via vCenter API
    1
    - name: Gather info about cluster - {{ pod }}-DC-{{ cl }}
    2
      community.vmware.vmware_cluster_info:
    3
        hostname: "{{ credentials.vcenter_hostname }}"
    4
        username: "{{ credentials.vcenter_username }}"
    5
        password: "{{ hostvars['localhost'].ldap_password }}"