File: examples_library.rst

package info (click to toggle)
cloud-init 25.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,412 kB
  • sloc: python: 135,894; sh: 3,883; makefile: 141; javascript: 30; xml: 22
file content (59 lines) | stat: -rw-r--r-- 1,492 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
.. _examples_library:

Cloud config examples library
*****************************

.. note::
   This page is an index to all the cloud config YAML examples, organized by
   operation or process. If you prefer to use a single-page summary containing
   every cloud config yaml example, refer to the
   :ref:`all examples page <yaml_examples>`.

.. include:: yaml_examples/index_boot.rst
   :end-before: .. TOC

.. include:: yaml_examples/index_security.rst
   :end-before: .. TOC

.. include:: yaml_examples/index_fs.rst
   :end-before: .. TOC

.. include:: yaml_examples/index_users.rst
   :end-before: .. TOC

.. include:: yaml_examples/index_hostname.rst
   :end-before: .. TOC

.. include:: yaml_examples/index_network.rst
   :end-before: .. TOC

.. include:: yaml_examples/index_packages.rst
   :end-before: .. TOC

.. include:: yaml_examples/index_logging.rst
   :end-before: .. TOC

.. include:: yaml_examples/index_config_manager.rst
   :end-before: .. TOC

.. include:: yaml_examples/index_distro.rst
   :end-before: .. TOC

.. include:: yaml_examples/index_misc.rst
   :end-before: .. TOC

.. toctree::
    :hidden:
    :titlesonly:

    yaml_examples/index_boot
    yaml_examples/index_security
    yaml_examples/index_fs
    yaml_examples/index_users
    yaml_examples/index_hostname
    yaml_examples/index_network
    yaml_examples/index_packages
    yaml_examples/index_logging
    yaml_examples/index_config_manager
    yaml_examples/index_distro
    yaml_examples/index_misc