formula-traefik/README.rst

49 lines
932 B
ReStructuredText
Raw Normal View History

2018-05-17 22:52:46 -04:00
======
2018-05-17 22:56:06 -04:00
traefik
2018-05-17 22:52:46 -04:00
======
.. note::
See the full `Salt Formulas installation and usage instructions
<http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html>`_.
Available states
================
.. contents::
:local:
2018-05-17 22:56:06 -04:00
``traefik``
2018-05-17 22:52:46 -04:00
------------
2018-05-17 22:56:06 -04:00
Installs and configures the traefik service.
2018-05-17 22:52:46 -04:00
2018-05-17 22:56:06 -04:00
``traefik.install``
2018-05-17 22:52:46 -04:00
------------------
2018-05-17 22:56:06 -04:00
Downloads and installs the traefik binary file.
2018-05-17 22:52:46 -04:00
2018-05-17 22:56:06 -04:00
``traefik.config``
2018-05-17 22:52:46 -04:00
-----------------
2018-05-17 22:56:06 -04:00
Provision the traefik configuration files and sources.
2018-05-17 22:52:46 -04:00
2018-05-17 22:56:06 -04:00
``traefik.service``
2018-05-17 22:52:46 -04:00
------------------
2018-05-17 22:56:06 -04:00
Adds the traefik service startup configuration or script to an operating system.
2018-05-17 22:52:46 -04:00
To start a service during Salt run and enable it at boot time, you need to set following Pillar:
.. code:: yaml
2018-05-17 22:56:06 -04:00
traefik:
2018-05-17 22:52:46 -04:00
service: True
2018-05-17 22:56:06 -04:00
``traefik-template``
2018-05-17 22:52:46 -04:00
-------------------
2018-05-17 22:56:06 -04:00
Installs and configures traefik template.
2018-05-17 22:52:46 -04:00
.. vim: fenc=utf-8 spell spl=en cc=100 tw=99 fo=want sts=4 sw=4 et