thanks to!
- アンシブル?アンジブル?
- What is Ansible?
- 自鯖での環境要件洗い出し
- Ansibleをローカルにインストール
- 自鯖で使ってみる
- 別自鯖で使ってみる
- GoogleComputeEngineで使えるか調べる
- GCEに向けてやってみる (ansibleとgcutilのcompetionとか大丈夫?)
- [GOAL] GCEで同じ構成のインスタンスを複数つくれる!
- あん'し'ぶる、でした thanks, Brian
- 本家repository https://github.com/ansible/ansible
-
Ansible is a radically simple IT orchestration engine that makes your applications and systems easier to deploy. Avoid writing scripts or custom code to deploy and update your applications— automate in a language that approaches plain English, using SSH, with no agents to install on remote systems. http://ansibleworks.com/
-
- OK, understood nothing!
- きのうのPyConセッションの資料
- おとといのPyConセッションの資料
- http://www.slideshare.net/TakeshiKomiya/python-26185953
- この図が一番全体感をとらえやすい
- 「べきとうせい」→ 結果が同じ事を保証 <-> 操作が同じ事を保証
- Chef -> レシピ、 Ansible -> ◯◯ (こういう構成にしてくれ、という定義書)
- FabricとかAnsibleは、管理対象にクライアントをインストールする必要がない?sshだから
- sshだから、Chefと異なり色んな場面で使えるはず(ネットワークセットアップとか)
Puppetはオワコン
by wakadannacom
- OS : Debian6.0.7 squeeze
- hoge (すでにはいってるもんとして)
- Lib : Tesseract-ocr https://code.google.com/p/tesseract-ocr/
- installation :
sudo apt-get install tesseract-ocr
- installation :
- Python : === 2.6.6
- pip
- installation :
sudo easy_install pip
- installation :
- pyocr
- installation :
sudo pip install pyocr
- installation :
- Flask and its dependencies
- installation :
sudo pip install Flask
- installation :
- pip
記録
- 最初Macに入れようと思ったんだけど、C compiler が無いって言われてまじくそシネ
- VPS(Debian6.0.7squeeze) に入れました
[12:54:14] % pyenv local 2.7.5
[12:54:34] % pip install ansible
ansibleではpycryptoという暗号化ライブラリを使っており、それのインストールにC Compilerが必要なのです。すいません。