blob: 59ac2ccd17462af56eb2b717b0b6f9a607b73f31 [file] [log] [blame]
Peter Pentchev8e3d2952022-11-10 18:31:17 +02001- hosts: all
2 tasks:
3 - name: sp-whoami-hostname
4 shell:
5 cmd: hostname
6
7 - name: sp-whoami-id
8 shell:
9 cmd: id
10
11 - name: sp-whereami-pwd
12 shell:
13 cmd: pwd