From bfb85a6ed6224a73cd25870b9bfa4b73d4ca1f6f Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 14 Jul 2021 06:23:33 -0500 Subject: [PATCH] Add placeholders for Gitlab. --- hosts | 1 + tasks/server/software/gitlab.yml | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 tasks/server/software/gitlab.yml diff --git a/hosts b/hosts index b629fba..16d6a37 100644 --- a/hosts +++ b/hosts @@ -95,3 +95,4 @@ wordpress certbot=true usb-server parrotsec-dev-www domain=hyperling.com hugo=true hugo_site_path=/mnt/leet/Code/ParrotOS/website my-parrotsec-dev-www domain=hyperling.com hugo=true hugo_site_path=/mnt/leet/Code/ParrotOS/website-hyperling +gitlab domain=hyperling.com certbot=true diff --git a/tasks/server/software/gitlab.yml b/tasks/server/software/gitlab.yml new file mode 100644 index 0000000..fc0369c --- /dev/null +++ b/tasks/server/software/gitlab.yml @@ -0,0 +1,3 @@ +--- +# Install a Gitlab server. +# https://about.gitlab.com/install/#ubuntu \ No newline at end of file