https://github.com/shimomo/circleci-ansible-serverspec
CircleCI, Ansible, Serverspecを用いたテスト環境.
https://github.com/shimomo/circleci-ansible-serverspec
ansible circleci docker ruby serverspec
Last synced: 12 months ago
JSON representation
CircleCI, Ansible, Serverspecを用いたテスト環境.
- Host: GitHub
- URL: https://github.com/shimomo/circleci-ansible-serverspec
- Owner: shimomo
- License: mit
- Created: 2016-03-10T20:22:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-24T13:11:41.000Z (almost 9 years ago)
- Last Synced: 2025-03-02T17:32:46.482Z (over 1 year ago)
- Topics: ansible, circleci, docker, ruby, serverspec
- Language: Ruby
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CircleCI Ansible Serverspec
[](https://circleci.com/gh/shimomo/circleci-ansible-serverspec)
[](LICENSE)
## テストの流れ
1. GitHubにソースコードをプッシュ.
1. CircleCIがソースコードを取り込みテスト用のDockerコンテナを構築.
1. 構築したコンテナに対してAnsibleでプロビジョニングを実行.
1. Serverspecを使ってAnsibleのプロビジョニングが正しく行われたかを確認.