Gluttony-Cluster/ansible/playbooks/ping.yaml

11 lines
243 B
YAML
Raw Normal View History

2024-11-02 23:11:50 +00:00
- name: Alive ping test
hosts: datacenter
vars_files:
- ../secrets/gluttonycluster-credentials.yaml
tasks:
- name: Ping test
ansible.builtin.ping:
- name: Print message test
ansible.builtin.debug:
msg: Hello World!