From d1bce25270a5f63b35d52101286f2c6891bc5425 Mon Sep 17 00:00:00 2001 From: Sean Corrigan Date: Fri, 29 Mar 2024 18:58:16 -0400 Subject: [PATCH] Initial commit --- .gitignore | 3 +++ README.md | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5c199eb --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# ---> Ansible +*.retry + diff --git a/README.md b/README.md new file mode 100644 index 0000000..f5355c2 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# ollama-docker + +Deploy ollama via docker-compose. Will extend with an ansible playbook in the future. \ No newline at end of file