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