diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-08 02:56:59 -0500 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-08 02:56:59 -0500 |
commit | 2227a2c0aa044b22eff4cd5355c1f30f31bb77ad (patch) | |
tree | 9e18c094ef744125527963456fccd9d29aa1223e /deploy-roundcube.yml | |
parent | ce4c85dd6f99506128bb125e26728a7416660397 (diff) | |
download | oldinfra-2227a2c0aa044b22eff4cd5355c1f30f31bb77ad.tar.gz oldinfra-2227a2c0aa044b22eff4cd5355c1f30f31bb77ad.zip |
roundcube
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 |