From 37dcf65eaffa63ec0205995a34ab3cf0640b1bef Mon Sep 17 00:00:00 2001 From: rebortg Date: Tue, 23 Feb 2021 20:31:52 +0100 Subject: service: add salt-minion --- docs/configuration/service/salt-minion.rst | 53 ++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 docs/configuration/service/salt-minion.rst (limited to 'docs/configuration/service/salt-minion.rst') diff --git a/docs/configuration/service/salt-minion.rst b/docs/configuration/service/salt-minion.rst new file mode 100644 index 00000000..aa747c36 --- /dev/null +++ b/docs/configuration/service/salt-minion.rst @@ -0,0 +1,53 @@ +.. _saltminion: + +########### +Salt-Minion +########### + +SaltStack_ is Python-based, open-source +software for event-driven IT automation, remote task execution, and +configuration management. Supporting the "infrastructure as code" +approach to data center system and network deployment and management, +configuration automation, SecOps orchestration, vulnerability remediation, +and hybrid cloud control. + + +************ +Requirements +************ + +To use the Salt-Minion, a running Salt-Master is required. You can find more +in the `Salt Poject Documentaion +`_ + +************* +Configuration +************* + +.. cfgcmd:: set service salt-minion hash + + The hash type used when discovering file on master server (default: sha256) + +.. cfgcmd:: set service salt-minion id + + Explicitly declare ID for this minion to use (default: hostname) + +.. cfgcmd:: set service salt-minion interval <1-1440> + + Interval in minutes between updates (default: 60) + +.. cfgcmd:: set service salt-minion master + + The hostname or IP address of the master + +.. cfgcmd:: set service salt-minion master-key + + URL with signature of master for auth reply verification + + +Please take a look in the Automation section to find some usefull +Examples. + + + +.. _SaltStack: https://saltproject.io/ \ No newline at end of file -- cgit v1.2.3