mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-27 10:45:14 +00:00
13 lines
461 B
Markdown
13 lines
461 B
Markdown
---
|
|
title: "Nomad"
|
|
---
|
|
|
|
Homepage: [https://www.nomadproject.io/](https://www.nomadproject.io/)
|
|
|
|
A simple and flexible scheduler and orchestrator to deploy and manage containers and non-containerised applications across on-prem and clouds at scale.
|
|
|
|
## Usage
|
|
|
|
Set `nomad_enabled: true` in your `inventories/<your_inventory>/group_vars/nas.yml` file.
|
|
|
|
Nomad's web interface can be found at [http://ansible_nas_host_or_ip:4646](http://ansible_nas_host_or_ip:4646)
|