书栈网 · BookStack 本次搜索耗时 0.045 秒,为您找到 125 个相关结果.
  • 需要具备的 Python 知识

    630 2022-11-26 《Nornir 中文手册》
    需要具备的 Python 知识 需要具备的 Python 知识 为了使用 Nornir,你必须具备一些 Python 知识。如果你已经是一个比较熟练的 Python 使用者,可以直接跳过本节,到下一节查看安装指导 如果你从来没有使用 Python 写过代码,并且没有任何其他编程语言的经验,也不用害怕。你不必对 Python 非常精通,只需要学习下面...
  • Howto

    How to use Nornir How to use Nornir Advanced filtering Filtering Deep Dive How to handle connections to devices ipdb: How to inspect complex structures ipdb: How to use it ...
  • Howto

    How to use Nornir How to use Nornir Advanced filtering Filtering Deep Dive How to handle connections to devices ipdb: How to inspect complex structures ipdb: How to use it ...
  • How to handle connections to devices

    How to handle connections to devices Automatically Manually Specifying connection parameters How to handle connections to devices Automatically By default, connections are h...
  • 线程执行模型

    355 2022-11-26 《Nornir 中文手册》
    线程插件执行模型 线程插件执行模型 Nornir 优点之一是它可以并行执行任务,工作方式如下: 你可以通过带有参数 num_workers > 1 (默认值是 20 ) 的 nornir.core.Nornir.run 对象运行任务以达到并行的目的; 如果 num_workers == 1 ,nornir 通过简单的循环一个接一个地在所有...
  • HowTo指南

    310 2022-11-26 《Nornir 中文手册》
    HowTo指南 HowTo指南 HowTo 指南主要是根据特定场景来举例说明 Nornir 的基本/进阶用法,以及 Nornir 与其他模块相结合的扩展用法。 高级过滤方法 处理设备连接
  • How to handle connections to devices

    How to handle connections to devices Automatically Manually Specifying connection parameters How to handle connections to devices Automatically By default, connections are h...
  • 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...
  • Configuration

    Configuration Logging core raise_on_error runner plugin options inventory plugin options transform_function transform_function_options ssh config_file logging ...
  • 执行任务

    522 2022-11-26 《Nornir 中文手册》
    任务 任务组 任务 之前的内容中已经了解了如何初始化 nornir 对象并查看其主机清单和主机组信息,这节内容说明了如何在主机或主机组中执行任务。 任务是针对单台主机实现某种功能的一段可以重复使用的代码,例如收集信息等。 在 nornir 中, 任务(Tasks) 是一个将 Task 对象作为第一个参数并且返回值是 Result 对象的函数...