This commit is contained in:
Gleb Koval 2023-09-06 00:13:58 +01:00
parent 3507b068b9
commit 18bbc9e32b
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
1 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,12 @@
host: "{{ inventory_hostname }}" host: "{{ inventory_hostname }}"
port: 22 port: 22
timeout: 300 timeout: 300
- name: Wut
ansible.builtin.shell: |
ping -c 5 {{ inventory_hostname }}
args:
executable: /bin/bash
delegate_to: localhost
- name: Test some stuff - name: Test some stuff
ansible.builtin.shell: | ansible.builtin.shell: |
touch ~/hmm touch ~/hmm