Versions Compared

Key

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

Dear Customer, the RevolutionPi is based on an open source platform, which can lead to misbehavior of the devices. To solve some problems, you can use Ansible. Because Ansible is all about automation, it requires instructions to accomplish each job. With everything written down in simple script form, it's easy to do version control and automate repetitive tasks with relative ease. Regardless of whether it is a single system or many. It is available as open source software under the GNU General Public License for DevOps around the world.

Preparation

especially for Windows users

...

Code Block
sudo nano .ssh/authorized_keys

...

Running the Ansible script

Example 1: To ping a device

...