Skip to content
View gorshunovr's full-sized avatar
🌌
Working from the Milky Way
🌌
Working from the Milky Way

Organizations

@linkmeup @airshipit
Block or Report

Block or report gorshunovr

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

Pinned

  1. pan-net-lab pan-net-lab Public

    Test exercise for DevSecOps position @ T-Systems: Ansible, Go, Python, AWK, Bash, Vagrant, nmap, rsyslog, REST API, Ubuntu, GitHub Workflow CI, Markdown

    Go

  2. boozt-lab boozt-lab Public

    Test exercise for DevOps position @ Boozt: Ansible, Bash, Vagrant, HAProxy, NGINX, Apache httpd, PHP-FPM, PHP, CentOS 8, GitHub Workflow CI, Markdown

    Shell 3

  3. Python Podcasts RSS parser Python Podcasts RSS parser
    1
    #!/usr/bin/env python3
    2
    # Podcasts RSS parser: extracts audio, description,
    3
    #                      episode picture URLs to feed to
    4
    #                      `ffmpeg` and YouTube upload
    5
    # 
  4. airshipit/airshipctl airshipit/airshipctl Public

    A CLI for managing declarative infrastructure.

    Go 43 49

  5. airshipit/treasuremap airshipit/treasuremap Public

    Reference Airship manifests, CICD, and reference architecture.

    Shell 52 39

  6. Airship repositories updater Airship repositories updater
    1
    #!/usr/bin/env bash
    2
    # Pulls/updates local Airship repositories
    3
    airship_git_repo_root="https://opendev.org/airship"
    4
    airship_projects=(
    5
      'airshipctl'