Skip to content

Instantly share code, notes, and snippets.

@kurogelee
Created March 31, 2014 12:01
Show Gist options
  • Save kurogelee/9890801 to your computer and use it in GitHub Desktop.
Save kurogelee/9890801 to your computer and use it in GitHub Desktop.
プロキシ環境のCentOSにAnsibleをインストールする方法メモ ref: http://qiita.com/kurogelee/items/c20405ca4bef00d7b1bd
export http_proxy=http://
export https_proxy=https://
curl -O http://ftp.jaist.ac.jp/pub/Linux/Fedora/epel/6/i386/epel-release-6-8.noarch.rpm
rpm -ivh epel-*.rpm
yum install ansible
yum install openssh-clients
export http_proxy=http://
export https_proxy=https://
curl -O http://python-distribute.org/distribute_setup.py
python distribute_setup.py
easy_install pip
yum install gcc
yum install python-devel
pip install ansible
yum install openssh-clients
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment