书栈网 · BookStack 本次搜索耗时 0.015 秒,为您找到 125 个相关结果.
  • 插件介绍

    587 2022-11-26 《Nornir 中文手册》
    插件 注册插件 自动注册 手动注册 连接插件(Connections) 主机清单插件(Inventory) SimpleInventory 转换函数(Transform function) 运行插件(Runners) SerialRunner ThreadedRunner 处理器(Processors) 插件 Nornir 是一个...
  • Upgrading

    Notes when upgrading nornir Notes when upgrading nornir Upgrading to nornir 2.x from 1.x Upgrading to nornir 3.x from 2.x
  • Home

    Welcome to nornir’s documentation! How the documentation is structured A first glance Contents Welcome to nornir’s documentation! Nornir is an automation framework written...
  • 安装指南

    651 2022-11-26 《Nornir 中文手册》
    安装指导 安装 Nornir 插件 安装指导 安装 Nornir 在安装 Nornir 之前,建议你创建自己的 Python 虚拟环境(Virtualenv)。这样可以保证你的操作不会影响到系统中 Python 的环境。 本教程不提供 Python 虚拟环境的安装指导;也不提供 pip 相关的安装方法,假设你已经在系统中装好了这些。 N...
  • Contribute

    How to contribute to Nornir Several ways to contribute Spread the word about Nornir Suggesting new features Reporting bugs Fix typos Writing documentation Contributing plugin...
  • 配置加载方式

    442 2022-11-26 《Nornir 中文手册》
    配置文件 使用代码 使用环境变量 使用配置文件 配置文件 初始化 Nornir 对象时需要加载配置,配置信息由一些配置块及其包含的参数组成,Nornir 默认情况下有 core 、 runner 、inventory 、ssh 、logging 五个部分的默认配置,如果有额外的配置需要指定,可以直接添加配置块,并在代码里面进行调用。 Norn...
  • 主页

    670 2022-11-26 《Nornir 中文手册》
    欢迎阅读 Nornir 中文手册! Contents Nornir 一览图 Indices and tables 欢迎阅读 Nornir 中文手册! 本手册是基于 官方文档 的不完全翻译,内容相比官方文档有些增删改动,希望对想要使用 Nornir 的朋友有所帮助。 本人能力有限,文中难免会有疏漏或表意不当的地方,欢迎大家随时指正:vip...
  • Upgrading

    Notes when upgrading nornir Notes when upgrading nornir Upgrading to nornir 2.x from 1.x Upgrading to nornir 3.x from 2.x
  • Failed Tasks

    Failed Tasks Skipped hosts Raise on error automatically Workflows Failed Tasks Sometimes tasks can fail. Let’s see how to deal with failed tasks in nornir. Let’s start as us...
  • 处理设备连接

    435 2022-11-26 《Nornir 中文手册》
    处理设备连接 自动处理 手动处理 指定连接参数 处理设备连接 自动处理 默认情况下,Nornir 会自动处理设备的连接。这里指的意思是 Nornir 会自动连接到设备,执行完成任务后再退出设备。 [ 1 ]: from nornir import InitNornir from nornir_utils . plugins...