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

https://github.com/diogok/terraform-debian-nomad

WIP Provisioning nomad (with docker, weave and consul) on debian machines
https://github.com/diogok/terraform-debian-nomad

consul docker nomad provision terraform weave

Last synced: 7 months ago
JSON representation

WIP Provisioning nomad (with docker, weave and consul) on debian machines

Awesome Lists containing this project

README

          

# Terraform Debian Nomad

This module provision a nomad cluster on any debian stretch intallation.

Includes:

- docker
- weave
- consul
- nomad

To do:

- Vault

This module is just a provisioner.

## Dependencies

Minimal versions:

- Terraform 0.11.7

## Usage

Example usage of the module.

```
module "provision-nomad" {
source="github.com/diogok/terraform-debian-nomad"

managers=[]
workers=[]

manager_count="3"
worker_count="5"

network_interface="enp0s2"
#network_interface="eth0"

datacenter="us-1"
weave=true
}
```

## License

MIT