An open API service indexing awesome lists of open source software.

https://github.com/jonashackt/molecule-ansible-talk


https://github.com/jonashackt/molecule-ansible-talk

Last synced: 4 months ago
JSON representation

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
```