diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2023-12-14 14:23:50 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2023-12-14 14:23:50 +0100 |
commit | f429d978e45f6592bfc43170679c625957592f29 (patch) | |
tree | 1ed8b016061af84891fc2d904b1adb1b13fd0af3 /ansible/plays | |
parent | fe893bf39fe3984dfb07ae965956bb276229b3ab (diff) | |
download | infra-f429d978e45f6592bfc43170679c625957592f29.tar.gz infra-f429d978e45f6592bfc43170679c625957592f29.tar.bz2 infra-f429d978e45f6592bfc43170679c625957592f29.tar.xz infra-f429d978e45f6592bfc43170679c625957592f29.zip |
biwia
Diffstat (limited to 'ansible/plays')
-rw-r--r-- | ansible/plays/ping.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible/plays/ping.yml b/ansible/plays/ping.yml new file mode 100644 index 0000000..29b2363 --- /dev/null +++ b/ansible/plays/ping.yml @@ -0,0 +1,3 @@ +- hosts: all + tasks: + - debug: msg=hello |