Updated inventory

This commit is contained in:
2025-05-16 19:20:42 +02:00
parent 35b720c77f
commit 3dfe9f5ea2

View File

@@ -13,7 +13,7 @@ all:
carlo: carlo:
ansible_connection: ssh ansible_connection: ssh
ansible_user: pleb ansible_user: pleb
patrick: gary:
ansible_connection: ssh ansible_connection: ssh
ansible_user: pleb ansible_user: pleb
sandy: sandy:
@@ -25,6 +25,12 @@ all:
sheldon: sheldon:
ansible_connection: ssh ansible_connection: ssh
ansible_user: pleb ansible_user: pleb
bernie:
ansible_connection: ssh
ansible_user: pleb
pearl:
ansible_connection: ssh
ansible_user: pleb
``` ```
```bash ```bash
@@ -39,6 +45,8 @@ gary ansible_connection=ssh ansible_user=pleb
sandy ansible_connection=ssh ansible_user=pleb 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
pearl ansible_connection=ssh ansible_user=pleb
``` ```
```bash ```bash