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