summaryrefslogtreecommitdiff
path: root/doc/rtd/howto/index.rst
blob: f542e9baa15d62bd05538f5a2c05580d45e2881e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.. _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>
   Disable cloud-init <disable_cloud_init.rst>
   Report a bug <bugs.rst>