Created
November 15, 2013 09:21
-
-
Save shingara/7481536 to your computer and use it in GitHub Desktop.
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
shingara@flibustier: ~/prog/daxium/pictbase-web/vagrant features/new_theming ⚡ | |
$ ssh [email protected] printenv [10:19:52] | |
USER=pictbase_dev | |
LOGNAME=pictbase_dev | |
HOME=/home/pictbase_dev | |
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games | |
MAIL=/var/mail/pictbase_dev | |
SHELL=/bin/zsh | |
SSH_CLIENT=192.168.111.1 64116 22 | |
SSH_CONNECTION=192.168.111.1 64116 192.168.111.222 22 | |
LC_ALL=en_US | |
SSH_AUTH_SOCK=/tmp/ssh-xcGGCO1852/agent.1852 | |
SHLVL=0 | |
PWD=/home/pictbase_dev | |
OLDPWD=/home/pictbase_dev | |
_=/usr/bin/printenv |
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
shingara@flibustier: ~/prog/daxium/pictbase-web/vagrant features/new_theming ⚡ | |
$ ansible vagrant -i ../ansible/dev -u pictbase_dev -m shell -a 'printenv' [10:20:19] | |
192.168.111.222 | success | rc=0 >> | |
MAIL=/var/mail/pictbase_dev | |
USER=pictbase_dev | |
SSH_CLIENT=192.168.111.1 64151 22 | |
SHLVL=0 | |
HOME=/home/pictbase_dev | |
OLDPWD=/home/pictbase_dev | |
LOGNAME=pictbase_dev | |
_=/bin/sh | |
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games | |
LANG=C | |
SHELL=/bin/zsh | |
LC_ALL=en_US | |
PWD=/home/pictbase_dev | |
SSH_CONNECTION=192.168.111.1 64151 192.168.111.222 22 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment