https://github.com/jonashackt/molecule-ansible-talk
https://github.com/jonashackt/molecule-ansible-talk
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonashackt/molecule-ansible-talk
- Owner: jonashackt
- License: mit
- Created: 2019-01-16T16:39:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-28T07:41:08.000Z (over 7 years ago)
- Last Synced: 2025-06-26T10:51:29.850Z (12 months ago)
- Size: 2.72 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# molecule-ansible-talk
### Test-driven infrastructure development
Show Test
```
molecule create --scenario-name vagrant-ubuntu
molecule verify --scenario-name vagrant-ubuntu
molecule converge --scenario-name vagrant-ubuntu
molecule verify --scenario-name vagrant-ubuntu
molecule destroy --scenario-name vagrant-ubuntu
```
### Continuous infrastructure TravisCI
Show .travis.yml
[TravisCI build](https://travis-ci.org/jonashackt/molecule-ansible-docker-vagrant/builds/472056229?utm_source=github_status&utm_medium=notification)
### Continuous Cloud infrastructure TravisCI + AWS
Show molecule.yml
https://eu-central-1.console.aws.amazon.com/ec2/v2/home?region=eu-central-1
```
molecule create --scenario-name aws-ec2-ubuntu
molecule converge --scenario-name aws-ec2-ubuntu
molecule verify --scenario-name aws-ec2-ubuntu
molecule destroy --scenario-name aws-ec2-ubuntu
```