How to use Ansible and Vagrant for Windows
Материал из DISCOPAL
Версия от 22:35, 8 марта 2016; StasFomin (обсуждение | вклад)
- Автор
- Стас Фомин
- Дополнительный нижний колонтитул
- Стас Фомин, 13:17, 9 марта 2016
Содержание
No Easy and Right Way ⌘⌘
- Install standard Vagrand for Windows
- Put vagrand in PATH
- For installing Ansible
"%USERPROFILE%\.babun\cygwin\bin\dash.exe" -c '/usr/bin/rebaseall -v'
- Now, run
%USERPROFILE%\.babun\babun.bat
Install Ansible on Babun ⌘⌘
Now, run
%USERPROFILE%\.babun\babun.bat
wget https://bootstrap.pypa.io/ez_setup.py -O - | python /bin/easy_install pip</p> /bin/pip install ansible
ansible-playbook.bat ⌘⌘
@echo off set CYGWIN=%USERPROFILE%\.babun\cygwin set SH=%CYGWIN%\bin\bash.exe "%SH%" -c "/bin/ansible-playbook %*"
put ansible-playbook.bat somewhere in path
References ⌘⌘
- http://www.azavea.com/blogs/labs/2014/10/running-vagrant-with-ansible-provisioning-on-windows/
- https://habrahabr.ru/post/224047/
-->
- Автор
- Стас Фомин
- Дополнительный нижний колонтитул
- Стас Фомин, 13:17, 9 марта 2016
wget https://bootstrap.pypa.io/ez_setup.py -O - | python/bin/easy_install pip</p>/bin/pip install ansible=== ansible-playbook.bat ===
@echo offset CYGWIN=%USERPROFILE%\.babun\cygwinset SH=%CYGWIN%\bin\bash.exe"%SH%" -c "/bin/ansible-playbook %*"put ansible-playbook.bat somewhere in path=== References ⌘⌘ ===* http://www.azavea.com/blogs/labs/2014/10/running-vagrant-with-ansible-provisioning-on-windows/* https://habrahabr.ru/post/224047/Translate
discopal — select a translation: null
[dˈɪskəpl]
discopal
.
See also:
[ Хронологический вид ]Комментарии
Войдите, чтобы комментировать.