diff options
Diffstat (limited to 'common.yml')
-rw-r--r-- | common.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common.yml b/common.yml new file mode 100644 index 0000000..6b3c6f3 --- /dev/null +++ b/common.yml @@ -0,0 +1,4 @@ +- name: basic host setup + hosts: all + roles: + - common |