Answers for "nornir config file"

0

nornir config file

1 ---
 2 inventory:
 3     plugin: SimpleInventory
 4     options:
 5         host_file: "inventory/hosts.yaml"
 6         group_file: "inventory/groups.yaml"
 7         defaults_file: "inventory/defaults.yaml"
 8 runner:
 9     plugin: threaded
10     options:
11         num_workers: 100
Posted by: Guest on July-13-2021

Python Answers by Framework

Browse Popular Code Answers by Language