Skip to content
View lrivallain's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home
Block or Report

Block or report lrivallain

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
lrivallain/README.md

Pinned

  1. lrivallain.github.io lrivallain.github.io Public

    Source code of my personal blog

    HTML

  2. vuptime vuptime Public

    Source code of https://vuptime.io blog

    HTML 1 2

  3. vro-package-diff vro-package-diff Public

    A diff tool for VMware vRealize Orchestrator packages files

    Python 10 3

  4. vro-package-diff-action vro-package-diff-action Public

    Github action using vro-package-diff python package to compare two VMware vRealize Orchestrator packages.

    Shell 1

  5. Import content package in vRealize A... Import content package in vRealize Automation
    1
     #!/bin/bash
    2
    
                  
    3
    function helper {
    4
        echo "To use the script, ensure to configure environment variables with the credentials for your vRA account:
    5
        export VRA_SERVER='vra-server.domain.lcl'
  6. A telnet replacement in python A telnet replacement in python
    1
    #!/usr/bin/python
    2
    
                  
    3
    import socket
    4
    import sys
    5