How to install AWX Ansible Tower to MicroK8s
Install and prepare MicroK8s You need to run following commands. It allows you to run commands without needing sudo privileges: Enable necessary add-ons: Create alias and you can use just…
Install and prepare MicroK8s You need to run following commands. It allows you to run commands without needing sudo privileges: Enable necessary add-ons: Create alias and you can use just…
The src parameter allows you to specify the path to a configuration file or configuration template to be loaded on the device. This parameter is mutually exclusive with lines (that…
The replace parameter specifies how exactly the configuration should be replaced: How to use replace: line parameter in module ios_config? The replace: line mode is the default behavior. In this…
The match parameter specifies how exactly the commands should be compared (which is considered a change): line – commands are checked line by line. This mode is used by default…
How to use after parameter of ios_config module in ansible? The after parameter specifies which commands to execute after the commands in the lines (or commands) list. Commands that are…
How to use save_when parameter of ios_config module in ansible? The save_when parameter allows you to specify whether you want to save the current configuration to startup config. By default,…
The ios_config module – allows you to configure devices running IOS, as well as generate configuration templates or send commands based on a template. Module parameters: after – what to…
IOS_FACTS module – collects information from devices running iOS. Information is taken from the following commands: dir show version show memory statistics show interfaces show ipv6 interface show lldp show…
Hello everybody) In this post I will show you how to work with ansible module ios_command. What is ios_command module do? It sends a show command to an IOS device…
In this post, we will look at CLI modules that work with network devices. Globally, modules for working with network equipment can be divided into two parts: modules for API-enabled…