16 lines
216 B
YAML
16 lines
216 B
YAML
---
|
|
- name: Ping the hosts defined in hosts.ini
|
|
hosts: prod
|
|
vars_files:
|
|
- ./vars/vault.yaml
|
|
- ./vars/vars.yaml
|
|
|
|
gather_facts: yes
|
|
|
|
tasks:
|
|
- name: Ping the hosts
|
|
ping:
|
|
|
|
roles:
|
|
- weekly
|