pytest test_parametrize.py --database A --database=B --verbose
========== test session starts ===========
platform linux -- Python 3.6.2, pytest-3.2.2, py-1.4.34, pluggy-0.4.0 -- /tmp/envs/py3/bin/python
cachedir: .cache
I'm working with Ansible and many of servers every day, so let me show you, how can waste less of your time! :)
- Connects, runs, check, sends back, processes it, runs, checks, sends back and voila!
- Connects... again... and again... and again...
Edit sshd config and disable UseDNS, it's mainly used only for logging and authentication. But.. only when you have set IgnoreRhosts in your config. So who doesn't know, should use it with clean mind. Because this has truly so far with security. :)
https://web.mit.edu/kerberos/krb5-devel/doc/mitK5defaults.html#mitk5defaults
Absolutly the best summary of knowledge which you can find about (cyrus-sasl): https://www.arschkrebs.de/slides/surviving_cyrus_sasl-handout.pdf
- Installed qpid-dispatch (qdrouterd)
- Installed cyrus-sasl cyrus-sasl-gssapi
- Configured Kerberos enviroment (TODO readme)
echo $(ifconfig eth0 | awk '$1 == "inet" {print $2}') \
$(nslookup $(ifconfig eth0 | awk '$1 == "inet" {print $2}') | \
awk '{ print $4; exit }') $(hostname) >> /etc/hosts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import os | |
import sys | |
import re | |
import argparse | |
from pathlib import Path | |
# Here's an example of usage |
OlderNewer