Collection of simple plugins for nornir
pip install nornir_utils
- YAMLInventory - Create an inventory from yaml files
- load_credentials - Transform function to load credentials from venv
- print_result - Formats nicely and prints results on stdout.
- print_title - Formats nicely a title and prints it on stdout.
- PrintResult - Formats nicely and prints results on stdout as soon as they are made available.
Data:
- echo_data - Dummy task that echoes the data passed to it.
- load_json - Load a JSON file.
- load_yaml - Load a YAML file.
Files:
- write_file - Writes content to files
Networking:
- tcp_ping - Tests connection to a tcp port.