书栈网 · BookStack 本次搜索耗时 0.071 秒,为您找到 125 个相关结果.
  • Processors

    Processors Ideas Processors Processors are plugins that can execute code on certain events. For more information on those events check the class documentation . You can see pr...
  • 处理器

    558 2022-11-26 《Nornir 中文手册》
    处理器 一些想法 处理器 在 Nornir 中 处理器(Processors) 是一种可以通过自定义代码处理某些事件的插件,它就是一个可以处理任务的装饰器,它在不改变任务结果的前提下,让用户可以自己编写代码对任务结果进行加工,为处理任务提供了更多的扩展性。它有一些优点: 由于处理器是基于事件(event-based)的,所以可以异步处理事件,例...
  • Filtering Deep Dive

    Filtering Deep Dive Tutorial Inventory Custom inventory data Viewing host/group data Filtering Types Basic Filtering Host-based basic filters Host-based basic filters (from gr...
  • Changelog

    Changelog 3.2.0 - November 16 2021 3.1.1 - April 26 2021 3.1.0 - February 27 2021 3.0.0 - September 4 2020 Changelog 3.2.0 - November 16 2021 update gha snok/install-poetr...
  • Configuration

    Configuration Logging core raise_on_error runner plugin options inventory plugin options transform_function transform_function_options ssh config_file logging ...
  • Advanced filtering

    Advanced filtering Advanced filtering In this tutorial we are going to see how to use the F object to do advanced filtering of hosts. Let’s start by initiating nornir and looki...
  • Processors

    Processors Ideas Processors Processors are plugins that can execute code on certain events. For more information on those events check the class documentation . You can see pr...
  • Processing results

    Processing results The easy way The programmatic way Processing results In this tutorial we are going to see how we can process the results of running tasks. Let’s start with...
  • Adding a progress bar

    Adding a progress bar Adding a progress bar In this how to we want to show an example on how to integrate nornir with tqdm to add a nice way of tracking progress of our script...
  • 100% Python

    The need to know Python Python skills required The need to know Python In order to use Nornir you have to know some Python. This might come as wonderful news to you, or you mig...