Skip to content

Instantly share code, notes, and snippets.

@yteraoka
Last active December 30, 2015 16:49
Show Gist options
  • Save yteraoka/7856846 to your computer and use it in GitHub Desktop.
Save yteraoka/7856846 to your computer and use it in GitHub Desktop.
Ansible Tutorial 更新メモ
vagrant init bento-centos65 http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.5_chef-provisionerless.box
cd /var/tmp
git clone https://github.com/tagomoris/xbuild.git
sudo yum install bzip2-devel sqlite-devel
sudo xbuild/python-install 2.7.6 /opt/python-2.7
sudo /opt/python-2.7/bin/pip install ansible
echo 'PATH=/opt/python-2.7/bin:$PATH' >> ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment