summaryrefslogtreecommitdiff
path: root/doc/rtd/howto/index.rst
blob: 23936fa97d65b115d0dd655afce275fc91998f9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.. _howto_index:

How-to guides
*************

If you have a specific goal in mind and are already familiar with the basics
of ``cloud-init``, our how-to guides cover some of the more common operations
and tasks that you may need to complete.

They will help you to achieve a particular end result, but may require you to
understand and adapt the steps to fit your specific requirements.

-----

How do I...?
============

.. toctree::
   :maxdepth: 1

   Test cloud-init locally before deploying <predeploy_testing.rst>
   Change how often a module runs <module_run_frequency.rst>
   Report a bug <bugs.rst>