https://github.com/mitodl/consul-formula
Formula to launch and manage Hashicorp Consul agents.
https://github.com/mitodl/consul-formula
Last synced: about 2 months ago
JSON representation
Formula to launch and manage Hashicorp Consul agents.
- Host: GitHub
- URL: https://github.com/mitodl/consul-formula
- Owner: mitodl
- License: bsd-3-clause
- Created: 2016-05-25T19:31:36.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-06-05T23:45:15.000Z (12 months ago)
- Last Synced: 2025-02-17T20:51:22.445Z (3 months ago)
- Language: SaltStack
- Size: 69.3 KB
- Stars: 1
- Watchers: 9
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
- Authors: AUTHORS
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.