랭킹으로 돌아가기
Ansible role to deploy scripting applications like PHP, Python, Ruby, etc. in a capistrano style
deployment-strategyansibleansible-rolesdeploymentcapistranorollbackhooksdeploydeployerdeployments
주요 지표
스타 성장
스타
2.4k
포크
346
주간 성장
—
이슈
0
1k2k
2014년 8월2016년 7월2018년 7월2020년 7월2022년 7월2024년 7월2026년 7월
README
Ansistrano
ansistrano.deploy and ansistrano.rollback are Ansible roles to manage application deployments with a Capistrano-style workflow.
Ansistrano supports rsync, rsync_direct, git, svn, hg, download, download_unarchive, s3, s3_unarchive, gcs, and gcs_unarchive, plus rollback hooks and release pruning.

Quick Start
Requirements:
- Ansible on the deployer machine
rsyncon the target machine when usingrsync,rsync_direct,git, oransistrano_current_via = rsync
Install:
$ ansible-galaxy install ansistrano.deploy ansistrano.rollback
Update:
$ ansible-galaxy install --force ansistrano.deploy ansistrano.rollback
Documentation
Project overview:
Getting started:
Configuration:
Deployment:
Rollback and hooks:
Examples and resources:
Other
관련 저장소