"Updates"

This commit is contained in:
2026-01-09 11:36:54 +01:00
parent 8bdc09988e
commit c052ffa8c1

View File

@@ -28,7 +28,7 @@ all:
bernie: bernie:
ansible_connection: ssh ansible_connection: ssh
ansible_user: pleb ansible_user: pleb
pearl: patrick:
ansible_connection: ssh ansible_connection: ssh
ansible_user: pleb ansible_user: pleb
``` ```
@@ -46,7 +46,7 @@ sandy ansible_connection=ssh ansible_user=pleb
krabs ansible_connection=ssh ansible_user=pleb krabs ansible_connection=ssh ansible_user=pleb
sheldon ansible_connection=ssh ansible_user=pleb sheldon ansible_connection=ssh ansible_user=pleb
bernie ansible_connection=ssh ansible_user=pleb bernie ansible_connection=ssh ansible_user=pleb
pearl ansible_connection=ssh ansible_user=pleb patrick ansible_connection=ssh ansible_user=pleb
``` ```
```bash ```bash
@@ -604,7 +604,7 @@ vim ~/ansible/ping.yaml
``` ```
```yaml ```yaml
- name: Pinging Turing Pi (shells) - name: Pinging Turing Pi
hosts: all hosts: all
tasks: tasks:
- name: Ping my hosts - name: Ping my hosts