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