cloudserve-infrastructure/playbook.yml
2021-07-24 11:51:37 +02:00

10 lines
139 B
YAML

---
- hosts: all
tasks:
- name: Test connection
ansible.builtin.ping:
- hosts: all
roles:
- system-upgrade
- docker