Skip to content
View fischerdr's full-sized avatar
:octocat:
:octocat:

Block or report fischerdr

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. pyplayground pyplayground Public

    Python

  2. ansible-playground ansible-playground Public

    test playbook code

    Shell

  3. tmux shortcuts & cheatsheet tmux shortcuts & cheatsheet
    1
    # tmux shortcuts & cheatsheet
    2
    
                  
    3
    start new:
    4
    
                  
    5
        tmux
  4. run template in ansible tower using ... run template in ansible tower using rest api
    1
    import os
    2
    import requests
    3
    import json
    4
    import click
    5
    import logging
  5. tower_viewinv.py tower_viewinv.py
    1
    import requests
    2
    import json
    3
    import sys
    4
    import logging
    5
    import click