Skip to content

Instantly share code, notes, and snippets.

@Fizzadar
Last active February 7, 2016 15:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Fizzadar/486d2b4df43816c3ba78 to your computer and use it in GitHub Desktop.
Save Fizzadar/486d2b4df43816c3ba78 to your computer and use it in GitHub Desktop.
why_openbsd_tops_linux
$ pyinfra -i inventories/dev.py --run server.user 'git --version' -v
...
--> Starting operation: Server/Shell
openbsd56.pyinfra: >>> sh -c 'git --version'
centos6.pyinfra: >>> sh -c 'git --version'
debian8.pyinfra: >>> sh -c 'git --version'
ubuntu14.pyinfra: >>> sh -c 'git --version'
debian7.pyinfra: >>> sh -c 'git --version'
ubuntu15.pyinfra: >>> sh -c 'git --version'
centos7.pyinfra: >>> sh -c 'git --version'
debian7.pyinfra: git version 1.7.10.4
[debian7.pyinfra] Success
debian8.pyinfra: git version 2.1.4
ubuntu15.pyinfra: git version 2.1.4
[debian8.pyinfra] Success
[ubuntu15.pyinfra] Success
ubuntu14.pyinfra: git version 1.9.1
[ubuntu14.pyinfra] Success
centos7.pyinfra: git version 1.8.3.1
[centos7.pyinfra] Success
centos6.pyinfra: git version 1.7.1
[centos6.pyinfra] Success
openbsd56.pyinfra: git version 2.3.0
[openbsd56.pyinfra] Success
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment