Gluttony-Cluster/ansible/playbooks/ping.yaml
2024-11-02 19:11:50 -04:00

11 lines
243 B
YAML

- 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!