Skip to content
View nbigot's full-sized avatar

Organizations

@acsn
Block or Report

Block or report nbigot

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. ministream ministream Public

    Ministream is a small, stand-alone, real-time event messaging streaming server

    Go 1 1

  2. ministream-client-go ministream-client-go Public

    Golang Client for Ministream

    Go

  3. ansible-fail2ban ansible-fail2ban Public

    Forked from Oefenweb/ansible-fail2ban

    Ansible role to set up fail2ban in RHEL / Centos and Ubuntu systems.

    33 23

  4. Ansible playbook AWS - install docker Ansible playbook AWS - install docker
    1
    # Ansible playbook AWS - install docker
    2
    ---
    3
    - name: "AWS - Install docker"
    4
      hosts: aws-docker-vms
    5
      become: yes
  5. elasticsearch reindex from remote ho... elasticsearch reindex from remote host example
    1
    # show indices on this host
    2
    curl 'localhost:9200/_cat/indices?v'
    3
    
                  
    4
    # edit elasticsearch configuration file to allow remote indexing
    5
    sudo vi /etc/elasticsearch/elasticsearch.yml
  6. Ansible playbook AWS - install docke... Ansible playbook AWS - install docker (2021)
    1
    # example of /etc/ansible/hosts file
    2
    # sudo vi /etc/ansible/hosts
    3
    
                  
    4
    [awsec2instances]
    5
    10.2.0.39