From 98abfcfc93c1952d9030469c0364dbc8d9bd0487 Mon Sep 17 00:00:00 2001 From: Geno Date: Thu, 17 Sep 2020 00:17:49 +0000 Subject: [PATCH] playbook: Add nextcloud --- nextcloud.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 nextcloud.yml diff --git a/nextcloud.yml b/nextcloud.yml new file mode 100644 index 0000000..a363adf --- /dev/null +++ b/nextcloud.yml @@ -0,0 +1,5 @@ +--- +- hosts: nextcloud + become: yes + roles: + - nextcloud