Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Apply the instructions below to be prepared to running run an Ansible script for solving a problem.

Code Block
git clone https://github.com/RevolutionPi/revpi-ansible-recipes.git
cd revpi-ansible-recipes/roles/network-bridge/tasks

With the command ls -l , you can see the names of all the folders that govern the different tasks. If you know the name of the folder that governs your task, please write it down. For our example, we will use the Revpi-switch folder to perform the task that uses Revpi as a switch.

...

  •  The "Inventory" must be adjusted. In the inventory, you must enter the IP address of your target system. All devices on which the tasks are to be executed must be entered under [bet] as shown below.

First, type the following command in terminal of ubuntu on windows

Code Block
sudo nano inventory

...

  •  Now run the Ansible script in terminal of ubuntu on windows

...