0
0
Files
ansible-boilerplate/roles/common/tasks/main.yml
Achim Christ 657dd98c82 Initial commit
2017-11-29 16:27:27 +01:00

13 lines
197 B
YAML

---
#
# Tasks to be applied to all servers
#
- name: Check connectivity
ping: data=alive
tags: check
# Add further tasks for the common role (applied to all servers) to this playbook...
...