From 11042783a1453c54c4c7222bc1692177f1281729 Mon Sep 17 00:00:00 2001 From: "Jorge E. Gomez" Date: Fri, 17 Jun 2022 19:47:59 -0500 Subject: [PATCH] first commit --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..14f2aea --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Ansible role that configures Nextcloud in a server or container + +To be used with Ansible-pull: +```console +apt install ansible +ansible-pull -U "ssh://git@gitea.agofer.net:22001/jegomez/ansible-role-nextcloud.git" +``` +