https://github.com/bbmoz/infrastructure-config-examples
https://github.com/bbmoz/infrastructure-config-examples
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bbmoz/infrastructure-config-examples
- Owner: bbmoz
- Created: 2017-04-02T03:59:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-02T23:09:32.000Z (about 9 years ago)
- Last Synced: 2025-06-04T12:41:54.333Z (about 1 year ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.