Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mitodl/consul-formula

Formula to launch and manage Hashicorp Consul agents.
https://github.com/mitodl/consul-formula

Last synced: 25 days ago
JSON representation

Formula to launch and manage Hashicorp Consul agents.

Awesome Lists containing this project

README

        

======
consul
======

Formula to launch and manage Consul agents.

.. note::

See the full `Salt Formulas installation and usage instructions
`_.

Available states
================

.. contents::
:local:

``consul``
----------

Install, configure, and start a Consul agent.

``consul.conf``
---------------

Write out configuration files from Pillar data and reload the Consul service.

``consul.dns_proxy``
--------------------

Install and configure DNSMasq to serve as a local DNS proxy to Consul so that the DNS interface can be used locally without any modification to clients.

``consul.upgrade``
------------------

Perform an in-place upgrade of Consul

Template
========

This formula was created from a cookiecutter template.

See https://github.com/mitodl/saltstack-formula-cookiecutter.