etcd Database Module
SaltStack
New
python-etcd
all
New in version 2015.5.0.
This module allows access to the etcd database using an sdb://
URI. This
package is located at https://pypi.python.org/pypi/python-etcd
.
Like all sdb modules, the etcd module requires a configuration profile to be configured in either the minion or master configuration file. This profile requires very little. In the example:
myetcd:
driver: etcd
etcd.host: 127.0.0.1
etcd.port: 2379
The driver
refers to the etcd module, etcd.host
refers to the host that
is hosting the etcd database and etcd.port
refers to the port on that host.
password: sdb://myetcd/mypassword
Get a value from the etcd service
Get a value from the etcd service
Set a key/value pair in the etcd service
Docs for previous releases are available on readthedocs.org.
Latest Salt release: 3004