...
Code Block |
---|
# Copying the SSH key with SSH-copy-id for the system of our example
sudo ssh-copy-id -i /root/.ssh/id_rsa.pub pi@192.168.0.66 |
...
Now get back to the last order revpi-ansible-recipes and editing the new ansible-script (myplaybook.yml) to , that perform the task for the role network-bridge.
...