File: data.yaml

package info (click to toggle)
cloud-init 25.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 12,052 kB
  • sloc: python: 134,399; sh: 3,879; makefile: 128; javascript: 30; xml: 22
file content (24 lines) | stat: -rw-r--r-- 1,047 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
cc_salt_minion:
  description: |
    This module installs, configures and starts Salt Minion. If the
    ``salt_minion`` key is present in the config parts, then Salt Minion will
    be installed and started.

    Configuration for Salt Minion can be specified in the ``conf`` key under
    ``salt_minion``. Any config values present there will be assigned in
    ``/etc/salt/minion``. The public and private keys to use for Salt Minion
    can be specified with ``public_key`` and ``private_key`` respectively.

    If you have a custom package name, service name, or config directory, you
    can specify them with ``pkg_name``, ``service_name``, and ``config_dir``
    respectively.

    Salt keys can be manually generated by ``salt-key --gen-keys=GEN_KEYS``,
    where ``GEN_KEYS`` is the name of the keypair, e.g. ''minion''. The keypair
    will be copied to ``/etc/salt/pki`` on the Minion instance.
  examples:
  - comment: |
      Example 1:
    file: cc_salt_minion/example1.yaml
  name: Salt Minion
  title: Set up and run Salt Minion