I hereby claim:
- I am stiliajohny on github.
- I am stiliajohny (https://keybase.io/stiliajohny) on keybase.
- I have a public key ASCuGp8wf-apzmZ3neQ8e4DtfnCzW5y5-gGl0_vBUIle5Ao
To claim this, I am signing this object:
| !#/bin/bash | |
| # tile="arch.png" | |
| # face_image="face.png" | |
| tile="$1" | |
| face_image="$2" | |
| output="$3" | 
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| DOMAINS=$1 | |
| TMP_DIR=$2 | |
| if [[ "$DOMAINS" == "" || "$TMP_DIR" == "" ]] ; then | |
| echo -e "Usage : script.sh DOMAINS.txt (with one domain per line) TMP_DIR" | |
| echo -e "Example : ./script.sh mydomains.txt /tmp" | |
| exit 1 | |
| fi | 
| $url = "https://raw.githubusercontent.com/ansible/ansible/devel/examples/scripts/ConfigureRemotingForAnsible.ps1" | |
| $file = "$env:temp\ConfigureRemotingForAnsible.ps1" | |
| (New-Object -TypeName System.Net.WebClient).DownloadFile($url, $file) | |
| powershell.exe -ExecutionPolicy ByPass -File $file | |
| winrm enumerate winrm/config/Listener | 
| #!/usr/bin/env python3 | |
| # -*- coding: iso-8859-15 -*- | |
| from __future__ import (absolute_import, division, print_function) | |
| from ansible.plugins.callback import CallbackBase | |
| __metaclass__ = type | |
| import json | |
| import urllib3 | |
| import sys |