Updated inventory
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user