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
- Host: GitHub
- URL: https://github.com/diogok/terraform-debian-nomad
- Owner: diogok
- License: mit
- Created: 2018-06-19T12:48:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-05T20:01:42.000Z (over 7 years ago)
- Last Synced: 2025-03-02T13:09:32.548Z (7 months ago)
- Topics: consul, docker, nomad, provision, terraform, weave
- Language: HCL
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terraform Debian Nomad
This module provision a nomad cluster on any debian stretch intallation.
Includes:
- docker
- weave
- consul
- nomadTo 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