easy_install virtualenv and then:
virtualenv ansible
source ansible/bin/activate
cd ansible
pip install git+git://github.com/ansible/ansible
| # Ubuntu/Debian | |
| # New rules files are written in JavaScript unsupported. (need pkaction 0.106+) | |
| # /etc/polkit-1/localauthority/50-local.d/libvirt-manage.pkla | |
| [libvirt Management Access] | |
| Identity=unix-group:libvirt | |
| Action=org.libvirt.unix.manage | |
| ResultActive=yes | |
| ResultInactive=yes | |
| ResultAny=yes |
easy_install virtualenv and then:
virtualenv ansible
source ansible/bin/activate
cd ansible
pip install git+git://github.com/ansible/ansible
| #!/usr/bin/env sh | |
| ## | |
| # This is script with usefull tips taken from: | |
| # https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
| # | |
| # install it: | |
| # curl -sL https://raw.github.com/gist/2108403/hack.sh | sh | |
| # |