.. _as_tasks: Tasks ===== .. _as_main.yml: main.yml -------- Synopsis: Main task. Import tasks if enabled. [`tasks/main.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../tasks/main.yml :language: yaml :emphasize-lines: 1,2 :linenos: .. _as_setup.yml: setup.yml --------- Synopsis: Configure setup Description of the task. [`tasks/setup.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../tasks/setup.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_vars-handlers.yml: vars-handlers.yml ----------------- Synopsis: Configure vars-handlers Description of the task. [`tasks/vars-handlers.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../tasks/vars-handlers.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_vars.yml: vars.yml -------- Synopsis: Configure vars Description of the task. [`tasks/vars.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../tasks/vars.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_vars-packages.yml: vars-packages.yml ----------------- Synopsis: Configure vars-packages Description of the task. [`tasks/vars-packages.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../tasks/vars-packages.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_vars-states.yml: vars-states.yml --------------- Synopsis: Configure vars-states Description of the task. [`tasks/vars-states.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../tasks/vars-states.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_vars-services.yml: vars-services.yml ----------------- Synopsis: Configure vars-services Description of the task. [`tasks/vars-services.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../tasks/vars-services.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_vars-files.yml: vars-files.yml -------------- Synopsis: Configure vars-files Description of the task. [`tasks/vars-files.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../tasks/vars-files.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_sanity.yml: sanity.yml ---------- Synopsis: Configure sanity Description of the task. [`tasks/sanity.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../tasks/sanity.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_debug.yml: debug.yml --------- Synopsis: Configure debug Description of the task. [`tasks/debug.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../tasks/debug.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_packages.yml: packages.yml ------------ Synopsis: Configure packages Description of the task. [`tasks/packages.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../tasks/packages.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_states.yml: states.yml ---------- Synopsis: Configure states Description of the task. [`tasks/states.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../tasks/states.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_files.yml: files.yml --------- Synopsis: Manage files. Iterate ``cl_files_order`` (6) and include tasks with particular modules. [`tasks/files.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../tasks/files.yml :language: yaml :emphasize-lines: 3,6 :linenos: .. seealso:: * See :ref:`ug_variables_files` *Order of options* .. hint:: * Customize the list ``cl_files_order`` and fit the order of the options to your needs. .. _as_files-blockinfile.yml: files-blockinfile.yml --------------------- Synopsis: Configure files-blockinfile Description of the task. [`tasks/files-blockinfile.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../tasks/files-blockinfile.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_files-copy.yml: files-copy.yml -------------- Synopsis: Configure files-copy Description of the task. [`tasks/files-copy.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../tasks/files-copy.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_files-create-backup.yml: files-create-backup.yml ----------------------- Synopsis: Configure files-create-backup Description of the task. [`tasks/files-create-backup.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../tasks/files-create-backup.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_files-delete-backup.yml: files-delete-backup.yml ----------------------- Synopsis: Configure files-delete-backup Description of the task. [`tasks/files-delete-backup.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../tasks/files-delete-backup.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_files-inifile.yml: files-inifile.yml ----------------- Synopsis: Configure files-inifile Description of the task. [`tasks/files-inifile.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../tasks/files-inifile.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_files-lineinfile.yml: files-lineinfile.yml -------------------- Synopsis: Configure files-lineinfile Description of the task. [`tasks/files-lineinfile.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../tasks/files-lineinfile.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_files-markers.yml: files-markers.yml ----------------- Synopsis: Configure files-markers Description of the task. [`tasks/files-markers.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../tasks/files-markers.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_mark-block.yml: mark-block.yml -------------- Synopsis: Configure mark-block Description of the task. [`tasks/fn/mark-block.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../tasks/fn/mark-block.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_files-patch.yml: files-patch.yml --------------- Synopsis: Configure files-patch Description of the task. [`tasks/files-patch.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../tasks/files-patch.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_files-sysrc.yml: files-sysrc.yml --------------- Synopsis: Configure files-sysrc Description of the task. [`tasks/files-sysrc.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../tasks/files-sysrc.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_files-template.yml: files-template.yml ------------------ Synopsis: Configure files-template Description of the task. [`tasks/files-template.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../tasks/files-template.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_files-ucl.yml: files-ucl.yml ------------- Synopsis: Configure files-ucl Description of the task. [`tasks/files-ucl.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../tasks/files-ucl.yml :language: yaml :emphasize-lines: 1 :linenos: .. _as_services.yml: services.yml ------------ Synopsis: Configure services Description of the task. [`tasks/services.yml `_] .. highlight:: yaml :linenothreshold: 5 .. literalinclude:: ../../tasks/services.yml :language: yaml :emphasize-lines: 1 :linenos: