capistrano에서 서버 팜에 대해 console 커맨드를 실행할 수 있다.
http://capistranorb.com/documentation/advanced-features/console/
레시피 파일에 간단히 추가하면 된다.
require 'capistrano/console'
이제 실행해보자.
$ cap alpha console
..
capistrano console - enter command to execute on alpha
alpha>
아래와 같이 코드를 실행하면 다음과 같다.
alpha> echo $(hostname && uname -r )
abc.google.com 2.6.32-431.el6.x86_64
'Ansible-Puppet-Chef' 카테고리의 다른 글
[ansible] ERROR! Specified --limit does not match any hosts 에러 (0) | 2018.02.01 |
---|---|
ansible 프로젝트 이름은.. 노래 음악이다. (0) | 2017.08.31 |
cisco에서 ansbible로 micro service 만든 사례 (0) | 2015.03.09 |
[ansible] ansible의 paramiko (0) | 2014.09.30 |
Deview 2014 - Ansible의 이해와 활용 발표 자료 (0) | 2014.09.30 |