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

https://github.com/bbmoz/infrastructure-config-examples


https://github.com/bbmoz/infrastructure-config-examples

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Infrastructure Config Examples

> Comparison between ansible and terraform for server creation and configuration.

## Goal

Both examples aim to provision digitalocean droplets with idempotence:
1. Use the API token to setup SSH keys.
1. Provision multiple droplets with predefined variables.
1. Display debug info about the droplets.
1. Deploy a docker image to those droplets with load balancing.