This commit is contained in:
2023-09-06 00:13:58 +01:00
parent 3507b068b9
commit 18bbc9e32b

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