Skip to content
View zharalim's full-sized avatar

Block or report zharalim

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 Loading

  1. kubernetes-ruuvi kubernetes-ruuvi Public

    A system for gathering measurements from RuuviTag (https://ruuvi.com/) via bluetooth, saving them to InfluxDB and showing them on Grafana. All running on Kubernetes.

    Python

  2. ansible ansible Public

    Forked from ansible/ansible

    Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy. Avoid writing scripts or custom code to deploy and update your applications — automat…

    Python

  3. kubernetes-hard-gcp kubernetes-hard-gcp Public

    Try to do https://github.com/kelseyhightower/kubernetes-the-hard-way w/ Ansible

    Python

  4. learning-kubernetes learning-kubernetes Public

    Repository for learning Kubernetes

    Shell

  5. Running roles concurrently for multi... Running roles concurrently for multiple hosts
    1
    # Works at least in Ansible 2.7.4
    2
    # Setting tags from variables w/ apply doesn't work with 2.7.0.
    3
    - hosts: all
    4
      strategy: free
    5
      tasks: