Giter Club home page Giter Club logo

infra's Introduction

Hi, I'm Matt!

I'm a deep learning engineer that never saves anything for the swim back.

Let's make something beautiful together!

Connect with me:

mattstruble.com mestruble | Twitter mattstruble | LinkedIn


Languages and Tools:

tensorflow opencv python cplusplus c sql docker git terminal



๐Ÿ›  Latest Projects

โžก๏ธ more projects...


๐Ÿ“• Latest Blog Posts

โžก๏ธ more blog posts...


โšก Recent Github Activity
  1. ๐ŸŽ‰ Merged PR #1 in mattstruble/hugo-theme-catpuccin
  2. ๐Ÿ’ช Opened PR #1 in mattstruble/hugo-theme-catpuccin
  3. โŒ Closed PR #271 in schnerring/hugo-theme-gruvbox
  4. ๐Ÿ’ช Opened PR #271 in schnerring/hugo-theme-gruvbox
  5. โŒ Closed PR #31 in mattstruble/mattstruble.github.io

infra's People

Contributors

mattstruble avatar

Watchers

 avatar  avatar

infra's Issues

Ansible: Fail2Ban only needs to report up to cloudflare

Assure that using fail2ban within Ansible properly reports up to cloudflare for banning on their proxy servers. This may need extra work to ensure that the proper IPs are being banned at the right level, if IP tables are being used then there is the chance of the cloudflare proxy itself being banned, which wouldn't be good.

Ansible: Manage Docker Swarm

Add docker support for managing stacks within my swarm containers.

- hosts: my-swarm-manager-nodes[0]
  tasks:
    - name: deploy services to swarm
      community.general.docker_stack:
        name: "{{ item.name }}"
        state: present
        compose:
          - "{{ item.compose }}"
      with_items: "{{ my_services }}"
      when: my_services is defined
  vars:
    my_services:
      - name: some_stack:
        compose: "{{ lookup('file', '../../docker/some_stack.yml') | from_yaml }}"

Ref: https://old.reddit.com/r/ansible/comments/lb1qvq/ansible_and_docker_stacks/glsisqq/

Terraform: Minecraft data retention policy

Automatically move data off of EBS and into S3 (glacier, deep freeze, etc) automatically based on timed constraints.

Perhaps a weekly snapshot to S3, then monthly to glacier, and yearly to deep freeze?

Fix terrascan

Fix terrascan report, so that no violations exist.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.