1
0
Fork 0

Add coucou to ssh ansible

Signed-off-by: Arnaud M. <arnaud.choupinette@mailops.fr>
This commit is contained in:
Arnaud M. 2026-01-03 13:02:59 +01:00
parent 9713e6163c
commit b47777a7a6
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ Finally, we tell ansible to use `python3` interpreter (default is `python`, but
### Check if running
Try to connect on your demo machine, to see if it's running:
```
ssh -p 2222 root@127.0.0.2
ssh -p 2222 root@127.0.0.2 'echo "coucou from $(hostname)"'
```
### ping