Initial commit

This commit is contained in:
Achim Christ
2017-11-29 16:25:46 +01:00
commit 657dd98c82
14 changed files with 232 additions and 0 deletions

View File

View File

@ -0,0 +1,12 @@
---
#
# 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...
...

View File