Files
ipcheck_ansible/roles/ipcheck/tasks/main.yml
2023-06-30 10:48:49 +09:00

5 lines
128 B
YAML

---
- name: ipcheck shell start
shell: sh {{ role_path }}/files/ipcheck.sh
#when: inventory_hostname == group['bastion'][0]